Commit Diff


commit - b849e63fbfcddae7c770944816544c4799856042
commit + 059e70724945264c2ab4f25edd48a50d173697f6
blob - 8526af60e93e782b70afb1195f7d317672017ff4
blob + 6d9312d4d7cac169b174f13863271b3812135e57
--- configure.in
+++ configure.in
@@ -542,7 +542,6 @@ AC_DEFINE_UNQUOTED(TARGET_OS, "$target_os" )
 
 # Add additional CFLAGS, eventually specified on the command line, but after
 # running this configure script. Useful for "-Werror" for example.
-test "$GCC" = "yes" && CFLAGS="$CFLAGS -Werror=implicit-function-declaration"
 test -n "$CFLAGS_END" && CFLAGS="$CFLAGS $CFLAGS_END"
 
 # -- Generate files --