summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2010-02-23 21:03:25 +0000
committerDiego Biurrun <diego@biurrun.de>2010-02-23 21:03:25 +0000
commitfc298fd9be34545e0afa0024040e16855fe26fd9 (patch)
treecfdd11e9426c22ed30d8ed719e79dd2daa6b5dfc /configure
parent9f7490a09c1e6736623c2909f045254fb6b31499 (diff)
Add -Wmissing-prototypes to CFLAGS if available.
Originally committed as revision 22009 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
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