diff options
-rw-r--r-- | configure.ac | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac index 68241f1cee..74dd661846 100644 --- a/configure.ac +++ b/configure.ac @@ -52,13 +52,6 @@ if test "x$enable_debug" = xyes; then fi fi - -if test "x$GCC" = xyes ; then - WARN="-Wall -Wextra -Wunsafe-loop-optimizations -Wstack-protector -Wunreadchable-code" -else - WARN="" -fi - if test "x$GXX" = xyes ; then WARN="-Wall -Wextra -Wunsafe-loop-optimizations -Wstack-protector" else |