Browse code

Make implicit function declarations an error

Originally committed as revision 23823 to svn://svn.ffmpeg.org/ffmpeg/trunk

Måns Rullgård authored on 2010/06/27 23:16:54
Showing 1 changed files
... ...
@@ -2697,7 +2697,7 @@ elif enabled ccc; then
2697 2697
     add_cflags -msg_disable unreachcode
2698 2698
 elif enabled gcc; then
2699 2699
     check_cflags -fno-tree-vectorize
2700
-    check_cflags -Werror=implicit
2700
+    check_cflags -Werror=implicit-function-declaration
2701 2701
     check_cflags -Werror=missing-prototypes
2702 2702
 elif enabled clang; then
2703 2703
     check_cflags -Qunused-arguments