summaryrefslogtreecommitdiff
path: root/m4/manywarnings.m4
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2021-08-01 17:56:18 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2021-08-01 18:06:59 -0700
commit3ffd764325f24c041021e1100dcbc769a324c47c (patch)
tree12fd06ae299be4e51fef7b370fdee32f9a41c2ad /m4/manywarnings.m4
parentcfa469f4a2ac29a2bb1efcdca823b02008c1e1f0 (diff)
downloadgnulib-3ffd764325f24c041021e1100dcbc769a324c47c.tar.gz
manywarnings: improve -fanalyzer malloc checking
Diffstat (limited to 'm4/manywarnings.m4')
-rw-r--r--m4/manywarnings.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/manywarnings.m4 b/m4/manywarnings.m4
index 53ab153403..611484f313 100644
--- a/m4/manywarnings.m4
+++ b/m4/manywarnings.m4
@@ -1,4 +1,4 @@
-# manywarnings.m4 serial 21
+# manywarnings.m4 serial 22
dnl Copyright (C) 2008-2021 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
@@ -198,7 +198,7 @@ AC_DEFUN([gl_MANYWARN_ALL_GCC(C)],
# Some warnings have too many false alarms in GCC 10.1.
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93695
gl_AS_VAR_APPEND([$1], [' -Wno-analyzer-double-free'])
- # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94458
+ # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101713 (GCC 11.2.1)
gl_AS_VAR_APPEND([$1], [' -Wno-analyzer-malloc-leak'])
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94851
gl_AS_VAR_APPEND([$1], [' -Wno-analyzer-null-dereference'])