Revert "configure: make implicit declarations fatal"
This reverts commit b3a6c33da0b12ba74dc395979b677813d4bc2c0f. apparently not all gcc versions support this 8-(
This commit is contained in:
parent
b849e63fbf
commit
059e707249
|
@ -542,7 +542,6 @@ AC_DEFINE_UNQUOTED(TARGET_OS, "$target_os" )
|
||||||
|
|
||||||
# Add additional CFLAGS, eventually specified on the command line, but after
|
# Add additional CFLAGS, eventually specified on the command line, but after
|
||||||
# running this configure script. Useful for "-Werror" for example.
|
# 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"
|
test -n "$CFLAGS_END" && CFLAGS="$CFLAGS $CFLAGS_END"
|
||||||
|
|
||||||
# -- Generate files --
|
# -- Generate files --
|
||||||
|
|
Loading…
Reference in New Issue