[FFmpeg-cvslog] r24666 - trunk/configure

diego subversion
Mon Aug 2 19:09:56 CEST 2010


Author: diego
Date: Mon Aug  2 19:09:55 2010
New Revision: 24666

Log:
Add -Wno-parentheses to CFLAGS.
Without this flag -Wall generates warnings that nobody wants to see fixed or
worked around. Disabling those warnings is thus the best solution.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Mon Aug  2 13:56:51 2010	(r24665)
+++ trunk/configure	Mon Aug  2 19:09:55 2010	(r24666)
@@ -2797,6 +2797,7 @@ enabled debug && add_cflags -g"$debuglev
 # add some useful compiler flags if supported
 check_cflags -Wdeclaration-after-statement
 check_cflags -Wall
+check_cflags -Wno-parentheses
 check_cflags -Wno-switch
 check_cflags -Wdisabled-optimization
 check_cflags -Wpointer-arith



More information about the ffmpeg-cvslog mailing list