[MPlayer-cvslog] r33245 - trunk/configure
reimar
subversion at mplayerhq.hu
Sun Apr 10 00:08:01 CEST 2011
Author: reimar
Date: Sun Apr 10 00:08:01 2011
New Revision: 33245
Log:
Add -Werror-implicit-function-declaration to default gcc compile flags.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Sat Apr 9 22:10:12 2011 (r33244)
+++ trunk/configure Sun Apr 10 00:08:01 2011 (r33245)
@@ -2583,7 +2583,7 @@ elif test -z "$CFLAGS" ; then
CFLAGS="-O2 $_march $_mcpu $_pipe"
else
CFLAGS="-O4 $_march $_mcpu $_pipe -ffast-math -fomit-frame-pointer"
- WARNFLAGS="-Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls"
+ WARNFLAGS="-Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror-implicit-function-declaration"
extra_ldflags="$extra_ldflags -ffast-math"
fi
else
More information about the MPlayer-cvslog
mailing list