[FFmpeg-cvslog] r22269 - trunk/configure

mru subversion
Sun Mar 7 00:19:07 CET 2010


Author: mru
Date: Sun Mar  7 00:19:07 2010
New Revision: 22269

Log:
Error on implicit function declarations

Turning on -Werror=implicit makes implicit function declarations
an error with supported compilers.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Sun Mar  7 00:19:05 2010	(r22268)
+++ trunk/configure	Sun Mar  7 00:19:07 2010	(r22269)
@@ -2705,6 +2705,7 @@ check_cflags -Wwrite-strings
 check_cflags -Wtype-limits
 check_cflags -Wundef
 check_cflags -Wmissing-prototypes
+check_cflags -Werror=implicit
 enabled extra_warnings && check_cflags -Winline
 
 # add some linker flags



More information about the ffmpeg-cvslog mailing list