From fc298fd9be34545e0afa0024040e16855fe26fd9 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 23 Feb 2010 21:03:25 +0000 Subject: Add -Wmissing-prototypes to CFLAGS if available. Originally committed as revision 22009 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 1 + 1 file changed, 1 insertion(+) (limited to 'configure') diff --git a/configure b/configure index 44cae34fc3..3eaf14ffb2 100755 --- a/configure +++ b/configure @@ -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 -- cgit v1.2.3