From: Paul Eggert Date: Wed, 21 Jun 2023 07:08:21 +0000 (-0700) Subject: maint: update GCC bug number in comment X-Git-Tag: v9.4~100 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed9d8b873065a28659c796eb6068d00fd50e8a26;p=thirdparty%2Fcoreutils.git maint: update GCC bug number in comment --- diff --git a/configure.ac b/configure.ac index 48dea9d011..33441a82ff 100644 --- a/configure.ac +++ b/configure.ac @@ -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