maint: update GCC bug number in comment

This commit is contained in:
Paul Eggert 2023-06-21 00:08:21 -07:00
parent 3638944ff5
commit ed9d8b8730

View File

@ -183,7 +183,7 @@ if test $gl_gcc_warnings != no; then
nw="$nw -Wswitch-enum" # Too many warnings for now
nw="$nw -Wswitch-default" # Too many warnings for now
nw="$nw -Wstack-protector" # not worth working around
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 -Wformat-truncation=2" # False alarm in ls.c, probably related
# things I might fix soon:
nw="$nw -Wfloat-equal" # sort.c, seq.c