[FFmpeg-cvslog] r22009 - trunk/configure
diego
subversion
Tue Feb 23 22:03:25 CET 2010
Author: diego
Date: Tue Feb 23 22:03:25 2010
New Revision: 22009
Log:
Add -Wmissing-prototypes to CFLAGS if available.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Tue Feb 23 18:35:44 2010 (r22008)
+++ trunk/configure Tue Feb 23 22:03:25 2010 (r22009)
@@ -2699,6 +2699,7 @@ check_cflags -Wcast-qual
check_cflags -Wwrite-strings
check_cflags -Wtype-limits
check_cflags -Wundef
+check_cflags -Wmissing-prototypes
enabled extra_warnings && check_cflags -Winline
# add some linker flags
More information about the ffmpeg-cvslog
mailing list