diff options
author | Tom Tromey <tom@tromey.com> | 2016-06-06 12:56:42 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2016-07-21 13:07:23 -0600 |
commit | 305450edd3f96bfeebff78300e1e93487563d90a (patch) | |
tree | a0af376b04c25eee310ce2d11e6095fb0ca5f9a9 /gdb/warning.m4 | |
parent | f515a1d643b599ebb8a23d3d95e9f0dfc8261a11 (diff) | |
download | gdb-305450edd3f96bfeebff78300e1e93487563d90a.zip gdb-305450edd3f96bfeebff78300e1e93487563d90a.tar.gz gdb-305450edd3f96bfeebff78300e1e93487563d90a.tar.bz2 |
Add -Wunused-but-set-* to build
This adds -Wunused-but-set-variable and -Wunused-but-set-parameter to
configure.
2016-07-21 Tom Tromey <tom@tromey.com>
* configure: Rebuild.
* warning.m4 (AM_GDB_WARNINGS) <build_warnings>: Add
-Wunused-but-set-parameter, -Wunused-but-set-variable.
2016-07-21 Tom Tromey <tom@tromey.com>
* configure: Rebuild.
Diffstat (limited to 'gdb/warning.m4')
-rw-r--r-- | gdb/warning.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/warning.m4 b/gdb/warning.m4 index 55f1eb3..8d7ce68 100644 --- a/gdb/warning.m4 +++ b/gdb/warning.m4 @@ -39,7 +39,7 @@ fi build_warnings="-Wall -Wpointer-arith \ -Wno-unused -Wunused-value -Wunused-function \ -Wno-switch -Wno-char-subscripts \ --Wempty-body" +-Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable" # Now add in C and C++ specific options, depending on mode. if test "$enable_build_with_cxx" = "yes"; then |