From 0dd44a006efea7d3b7ac62e83a8ffe13f7930229 Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 14 Mar 2010 22:58:20 +0000 Subject: Add -Wstrict-prototypes to CFLAGS. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30891 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 1 + 1 file changed, 1 insertion(+) (limited to 'configure') diff --git a/configure b/configure index 7e7f8de472..06e35169be 100755 --- a/configure +++ b/configure @@ -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 -- cgit v1.2.3