diff options
| author | Paul Eggert | 2023-06-21 00:06:44 -0700 |
|---|---|---|
| committer | Paul Eggert | 2023-06-21 00:06:44 -0700 |
| commit | 50549cefcd5e2837cf73aa4524f9c87faeba2cec (patch) | |
| tree | 711a842d65767cd828fd29abe1be4405fbc69a35 | |
| parent | 0273cb5e6dbd6c5111f3352b7777b4efc769ba14 (diff) | |
| download | emacs-50549cefcd5e2837cf73aa4524f9c87faeba2cec.tar.gz emacs-50549cefcd5e2837cf73aa4524f9c87faeba2cec.zip | |
* configure.ac: Update GCC bug number in comment.
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index d6592ded8ea..dffdef48c10 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -1081,7 +1081,7 @@ AS_IF([test $gl_gcc_warnings = no], | |||
| 1081 | 1081 | ||
| 1082 | nw="$nw -Wcast-align=strict" # Emacs is tricky with pointers. | 1082 | nw="$nw -Wcast-align=strict" # Emacs is tricky with pointers. |
| 1083 | nw="$nw -Wduplicated-branches" # Too many false alarms | 1083 | nw="$nw -Wduplicated-branches" # Too many false alarms |
| 1084 | nw="$nw -Wformat-overflow=2" # False alarms due to GCC bug 80776 | 1084 | nw="$nw -Wformat-overflow=2" # False alarms due to GCC bug 110333 |
| 1085 | nw="$nw -Wsystem-headers" # Don't let system headers trigger warnings | 1085 | nw="$nw -Wsystem-headers" # Don't let system headers trigger warnings |
| 1086 | nw="$nw -Woverlength-strings" # Not a problem these days | 1086 | nw="$nw -Woverlength-strings" # Not a problem these days |
| 1087 | nw="$nw -Wvla" # Emacs uses <vla.h>. | 1087 | nw="$nw -Wvla" # Emacs uses <vla.h>. |