summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2021-08-08 08:49:32 +0200
committerAkim Demaille <akim.demaille@gmail.com>2021-08-09 07:17:19 +0200
commitdabde7c560f249f30e47a1fce7cf29891023f3fc (patch)
tree8f834a04a05ec8a25408aa6dd94fab721a7a27e3 /configure.ac
parent272da17cfdd4fd6e3b99e27d777208fb67493d57 (diff)
downloadbison-dabde7c560f249f30e47a1fce7cf29891023f3fc.tar.gz
build: enable -Wmismatched-dealloc
* configure.ac (warn_common): Here.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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