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 "".

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

Leo

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

Reply via email to