diff --git a/configure.ac b/configure.ac index db7664e7f..f2557ce0d 100644 --- a/configure.ac +++ b/configure.ac @@ -198,7 +198,6 @@ if test $gl_gcc_warnings != no; then nw="$nw -Wtraditional" # Warns on #elif which we use often nw="$nw -Wcast-qual" # Too many warnings for now nw="$nw -Wconversion" # Too many warnings for now - nw="$nw -Wsystem-headers" # Don't let system headers trigger warnings nw="$nw -Wsign-conversion" # Too many warnings for now nw="$nw -Wtraditional-conversion" # Too many warnings for now nw="$nw -Wunreachable-code" # Too many warnings for now