]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
maint: update GCC bug number in comment
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 21 Jun 2023 07:08:21 +0000 (00:08 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 21 Jun 2023 07:08:21 +0000 (00:08 -0700)
configure.ac

index 48dea9d0113a48afbcd541694816ce3efbe957cb..33441a82ffc1820d3afda5285199e422dfee59cc 100644 (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