diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2022-05-12 17:19:35 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2022-05-12 17:20:03 -0700 |
commit | 06c1eea1738fd829e9b4ac637156ad6b09aab7c3 (patch) | |
tree | 9531a9f0bb2da03fe87841c24bdcd8736a8211b4 /m4 | |
parent | 0f731c49e6a8ccf3aa4c30c3f8ca82ed0a2cefb7 (diff) | |
download | emacs-06c1eea1738fd829e9b4ac637156ad6b09aab7c3.tar.gz emacs-06c1eea1738fd829e9b4ac637156ad6b09aab7c3.tar.bz2 emacs-06c1eea1738fd829e9b4ac637156ad6b09aab7c3.zip |
Update from gnulib
Diffstat (limited to 'm4')
-rw-r--r-- | m4/manywarnings.m4 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/m4/manywarnings.m4 b/m4/manywarnings.m4 index 253393e51bd..f4b5853f020 100644 --- a/m4/manywarnings.m4 +++ b/m4/manywarnings.m4 @@ -167,11 +167,13 @@ AC_DEFUN([gl_MANYWARN_ALL_GCC(C)], # them here so that the above 'comm' command doesn't report a false match. gl_AS_VAR_APPEND([$1], [' -Warray-bounds=2']) gl_AS_VAR_APPEND([$1], [' -Wattribute-alias=2']) + gl_AS_VAR_APPEND([$1], [' -Wbidi-chars=any,ucn']) gl_AS_VAR_APPEND([$1], [' -Wformat-overflow=2']) gl_AS_VAR_APPEND([$1], [' -Wformat=2']) gl_AS_VAR_APPEND([$1], [' -Wformat-truncation=2']) gl_AS_VAR_APPEND([$1], [' -Wimplicit-fallthrough=5']) gl_AS_VAR_APPEND([$1], [' -Wshift-overflow=2']) + gl_AS_VAR_APPEND([$1], [' -Wuse-after-free=3']) gl_AS_VAR_APPEND([$1], [' -Wunused-const-variable=2']) gl_AS_VAR_APPEND([$1], [' -Wvla-larger-than=4031']) |