> Hans Verkuil wrote:
>
>>> If you want i can make a patch that changes calls like 'M("x")' to
>>> 'M("x%s", "")' for the two affected defines. This will avoid errors and
>>> warnings, too.
>>
>> That will give "warning: too many arguments for format" warnings for
>> newer
>> compilers. That's not an option.
>
> This would mean that those newer compilers would count wrong.
> One "%s" matches one "".

Sorry, I missed the '%s'. That way it would work but it is incredibly ugly...

>
> Anyway, that extra space you suggested in the other mail solves the
> problem.

Yup, much better. I'd better check the video4linux sources if the same
trick should be applied there.

      Hans


_______________________________________________
ivtv-devel mailing list
[email protected]
http://ivtvdriver.org/mailman/listinfo/ivtv-devel

Reply via email to