diff options
| -rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e33b1f1e353..6613ce1eaaf 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -959,7 +959,6 @@ AS_IF([test $gl_gcc_warnings = no], | |||
| 959 | nw="$nw -Woverlength-strings" # Not a problem these days | 959 | nw="$nw -Woverlength-strings" # Not a problem these days |
| 960 | nw="$nw -Wformat-nonliteral" # we do this a lot | 960 | nw="$nw -Wformat-nonliteral" # we do this a lot |
| 961 | nw="$nw -Wvla" # Emacs uses <vla.h>. | 961 | nw="$nw -Wvla" # Emacs uses <vla.h>. |
| 962 | nw="$nw -Wswitch-default" # Too many warnings for now | ||
| 963 | nw="$nw -Wunused-const-variable=2" # lisp.h declares const objects. | 962 | nw="$nw -Wunused-const-variable=2" # lisp.h declares const objects. |
| 964 | nw="$nw -Winline" # OK to ignore 'inline' | 963 | nw="$nw -Winline" # OK to ignore 'inline' |
| 965 | nw="$nw -Wstrict-overflow" # OK to optimize assuming that | 964 | nw="$nw -Wstrict-overflow" # OK to optimize assuming that |