aboutsummaryrefslogtreecommitdiff
path: root/gdbsupport/warning.m4
diff options
context:
space:
mode:
Diffstat (limited to 'gdbsupport/warning.m4')
-rw-r--r--gdbsupport/warning.m432
1 files changed, 20 insertions, 12 deletions
diff --git a/gdbsupport/warning.m4 b/gdbsupport/warning.m4
index 2dadd7f..b7c2dc5 100644
--- a/gdbsupport/warning.m4
+++ b/gdbsupport/warning.m4
@@ -36,22 +36,30 @@ if test "${ERROR_ON_WARNING}" = yes ; then
fi
# The options we'll try to enable.
-build_warnings="-Wall -Wpointer-arith \
--Wno-unused -Wunused-value -Wunused-variable -Wunused-function \
--Wno-switch -Wno-char-subscripts \
--Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable \
--Wno-sign-compare -Wno-error=maybe-uninitialized \
--Wno-mismatched-tags \
--Wno-error=deprecated-register \
--Wsuggest-override \
--Wimplicit-fallthrough=5 \
--Wduplicated-cond \
--Wshadow=local \
+build_warnings=" \
+-Wall \
-Wdeprecated-copy \
-Wdeprecated-copy-dtor \
--Wredundant-move \
+-Wduplicated-cond \
+-Wempty-body \
+-Wimplicit-fallthrough=5 \
-Wmissing-declarations \
+-Wno-char-subscripts \
+-Wno-error=deprecated-register \
+-Wno-mismatched-tags \
+-Wno-sign-compare -Wno-error=maybe-uninitialized \
+-Wno-switch \
+-Wno-unused \
+-Wpointer-arith \
+-Wredundant-move \
+-Wshadow=local \
-Wstrict-null-sentinel \
+-Wsuggest-override \
+-Wunused-but-set-parameter \
+-Wunused-but-set-variable \
+-Wunused-function \
+-Wunused-value \
+-Wunused-variable \
-Wvla \
"