From 62df111cf04956fc9864204ddefb5ea10bdd7061 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Sun, 7 Mar 2010 06:53:12 +0000 Subject: [PATCH] Use -Werror=implicit only with gcc Some other compilers turn too many warnings into errors with this flag. Originally committed as revision 22276 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 7373e6aace..f3da5f65ad 100755 --- a/configure +++ b/configure @@ -2705,7 +2705,6 @@ check_cflags -Wwrite-strings check_cflags -Wtype-limits check_cflags -Wundef check_cflags -Wmissing-prototypes -check_cflags -Werror=implicit enabled extra_warnings && check_cflags -Winline # add some linker flags @@ -2752,6 +2751,7 @@ elif enabled ccc; then add_cflags -msg_disable unreachcode elif enabled gcc; then check_cflags -fno-tree-vectorize + check_cflags -Werror=implicit elif enabled clang; then check_cflags -Qunused-arguments elif enabled armcc; then