summaryrefslogtreecommitdiff
blob: d7a7706650333aa33844af261c03998ef99fecbb (plain)
1
2
3
4
5
6
7
8
9
10
11
--- configure.ac
+++ configure.ac
@@ -239,7 +239,7 @@
      AC_MSG_RESULT([$have_ws2])])
 
 dnl Check that the compiler accepts the given warning flags.
-warning_flags="-Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -Werror=declaration-after-statement"
+warning_flags="-Wall -Wstrict-prototypes -Wnested-externs"
 
 realsave_CFLAGS="$CFLAGS"
 for option in $warning_flags; do