summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2020-06-03 08:12:10 +0200
committerAkim Demaille <akim.demaille@gmail.com>2020-06-03 08:12:10 +0200
commit7e16bd2cae4f6762449927b2ca3159f44724a3ee (patch)
treee8c9c289569632ec9009a052d965236829aa5a92 /configure.ac
parent94f7606db6f8e3d6c1cc71be6be304e16ba06a66 (diff)
parent508ac09939960eac8d30afab6e252469afe18714 (diff)
downloadbison-7e16bd2cae4f6762449927b2ca3159f44724a3ee.tar.gz
Merge maint into HEAD
* upstream/maint: maint: post-release administrivia version 3.6.3 build: check -Wmissing-prototypes tests: show logs c++: fix printing of state number on streams
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4108eb58..c5750a6d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -135,7 +135,9 @@ if test "$enable_gcc_warnings" = yes; then
-Wpointer-arith -Wshadow -Wstrict-aliasing
-Wwrite-strings
-wr188 -wr2259 -wr3179'
- warn_c='-Wbad-function-cast -Wstrict-prototypes'
+ warn_c='-Wbad-function-cast
+ -Wmissing-prototypes
+ -Wstrict-prototypes'
warn_cxx='-Wextra-semi -Wnoexcept -Wold-style-cast -Wundefined-func-template
-Wweak-vtables'
# Warnings for the test suite only.