[FFmpeg-cvslog] r21650 - trunk/ffmpeg.c

Jai Menon jmenon86
Sat Feb 6 11:21:44 CET 2010


On Sat, Feb 6, 2010 at 3:44 PM, Michael Niedermayer <michaelni at gmx.at> wrote:
> On Sat, Feb 06, 2010 at 01:10:42AM +0100, stefano wrote:
>> Author: stefano
>> Date: Sat Feb ?6 01:10:42 2010
>> New Revision: 21650
>>
>> Log:
>> Add parentheses in boolean expression: (A && B || C) => ((A && B) || C),
>> fix the warning:
>> ffmpeg.c: In function ?output_packet?:
>> ffmpeg.c:1317: warning: suggest parentheses around && within ||
>
> is there a flag to make gcc stop pestering about these ?

-Wno-parentheses perhaps, but that probably disables them for
operators other than &&, ||


-- 
Jai Menon



More information about the ffmpeg-cvslog mailing list