[MPlayer-cvslog] r30891 - trunk/configure
diego
subversion at mplayerhq.hu
Sun Mar 14 23:58:21 CET 2010
Author: diego
Date: Sun Mar 14 23:58:20 2010
New Revision: 30891
Log:
Add -Wstrict-prototypes to CFLAGS.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Sun Mar 14 23:55:13 2010 (r30890)
+++ trunk/configure Sun Mar 14 23:58:20 2010 (r30891)
@@ -2519,6 +2519,7 @@ if test "$cc_vendor" = "gnu" ; then
cc_check -Wdisabled-optimization && CFLAGS="-Wdisabled-optimization $CFLAGS"
cc_check -Wundef && CFLAGS="-Wundef $CFLAGS"
cc_check -Wmissing-prototypes && CFLAGS="-Wmissing-prototypes $CFLAGS"
+ cc_check -Wstrict-prototypes && CFLAGS="-Wstrict-prototypes $CFLAGS"
else
CFLAGS="-D_ISOC99_SOURCE -D_BSD_SOURCE $CFLAGS"
fi
More information about the MPlayer-cvslog
mailing list