* configure.ac: Update GCC bug number in comment.
This commit is contained in:
parent
0273cb5e6d
commit
50549cefcd
1 changed files with 1 additions and 1 deletions
|
@ -1081,7 +1081,7 @@ AS_IF([test $gl_gcc_warnings = no],
|
|||
|
||||
nw="$nw -Wcast-align=strict" # Emacs is tricky with pointers.
|
||||
nw="$nw -Wduplicated-branches" # Too many false alarms
|
||||
nw="$nw -Wformat-overflow=2" # False alarms due to GCC bug 80776
|
||||
nw="$nw -Wformat-overflow=2" # False alarms due to GCC bug 110333
|
||||
nw="$nw -Wsystem-headers" # Don't let system headers trigger warnings
|
||||
nw="$nw -Woverlength-strings" # Not a problem these days
|
||||
nw="$nw -Wvla" # Emacs uses <vla.h>.
|
||||
|
|
Loading…
Add table
Reference in a new issue