From dabde7c560f249f30e47a1fce7cf29891023f3fc Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Sun, 8 Aug 2021 08:49:32 +0200 Subject: [PATCH] build: enable -Wmismatched-dealloc * configure.ac (warn_common): Here. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index f7d6035c..f4e02dd6 100644 --- a/configure.ac +++ b/configure.ac @@ -133,7 +133,7 @@ if test "$enable_gcc_warnings" = yes; then warn_common='-Wall -Wextra -Wcast-align -Wchar-subscripts -fparse-all-comments -Wdocumentation - -Wformat -Wimplicit-fallthrough -Wnull-dereference + -Wformat -Wimplicit-fallthrough -Wmismatched-dealloc -Wnull-dereference -Wno-sign-compare -Wno-tautological-constant-out-of-range-compare -Wpointer-arith -Wshadow -Wstrict-aliasing -Wwrite-strings