mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-18 08:43:03 +00:00
build: enable -Wmismatched-dealloc
* configure.ac (warn_common): Here.
This commit is contained in:
@@ -133,7 +133,7 @@ if test "$enable_gcc_warnings" = yes; then
|
|||||||
warn_common='-Wall -Wextra
|
warn_common='-Wall -Wextra
|
||||||
-Wcast-align -Wchar-subscripts
|
-Wcast-align -Wchar-subscripts
|
||||||
-fparse-all-comments -Wdocumentation
|
-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
|
-Wno-sign-compare -Wno-tautological-constant-out-of-range-compare
|
||||||
-Wpointer-arith -Wshadow -Wstrict-aliasing
|
-Wpointer-arith -Wshadow -Wstrict-aliasing
|
||||||
-Wwrite-strings
|
-Wwrite-strings
|
||||||
|
|||||||
Reference in New Issue
Block a user