theoretical platforms.
* lib/vasnprintf.c, tests/test-argmatch.c:
Disable -Wanalyzer-null-argument here.
+ * m4/manywarnings.m4: Update GCC bug report number in comment.
2021-08-01 Jim Meyering <meyering@fb.com>
-# 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,
# 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'])