[FFmpeg-devel] [PATCH] Tell gcc not to "suggest" unnecessary parentheses

Eli Friedman eli.friedman
Thu Jul 1 07:17:33 CEST 2010


Patch attached.  We should either do this or commit patches like
http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2010-June/091646.html
to fix the warnings (I don't have a preference either way).

-Eli
-------------- next part --------------
Index: configure
===================================================================
--- configure	(revision 23925)
+++ configure	(working copy)
@@ -2642,6 +2642,7 @@
 check_cflags -Wtype-limits
 check_cflags -Wundef
 check_cflags -Wmissing-prototypes
+check_cflags -Wno-parentheses
 enabled extra_warnings && check_cflags -Winline
 
 # add some linker flags



More information about the ffmpeg-devel mailing list