summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-06-27 14:16:54 +0000
committerMåns Rullgård <mans@mansr.com>2010-06-27 14:16:54 +0000
commit765e61349c479475f9dcdd68328bd08d6863562f (patch)
tree2baa9f261be4b110fc72b3f2da6662d946b62e4c
parentf3bfe388b5ba1767ce982c8304dfe9ef0f38a454 (diff)
Make implicit function declarations an error
Originally committed as revision 23823 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index c2690dbd96..642dfde3b4 100755
--- a/configure
+++ b/configure
@@ -2697,7 +2697,7 @@ elif enabled ccc; then
add_cflags -msg_disable unreachcode
elif enabled gcc; then
check_cflags -fno-tree-vectorize
- check_cflags -Werror=implicit
+ check_cflags -Werror=implicit-function-declaration
check_cflags -Werror=missing-prototypes
elif enabled clang; then
check_cflags -Qunused-arguments