diff options
author | Tom Tromey <tom@tromey.com> | 2018-07-08 21:05:41 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2018-07-22 13:20:07 -0600 |
commit | a0de763e32b381369896fef63d221376f29a9113 (patch) | |
tree | 4471af9aa69c5ac073b1f4d3ef6255dd8b48266d /gdb/ChangeLog | |
parent | 3b20124b3d6df31b5bde0f6bcd718cc40de8d49b (diff) | |
download | gdb-a0de763e32b381369896fef63d221376f29a9113.zip gdb-a0de763e32b381369896fef63d221376f29a9113.tar.gz gdb-a0de763e32b381369896fef63d221376f29a9113.tar.bz2 |
Add -Wunused-variable to warnings.m4
This adds -Wunused-variable to the build. This required a special
check in configure in order to work around a bug in GCC 4.9. Simon
ound the correct test to use, so I've added him to the ChangeLog.
gdb/ChangeLog
2018-07-22 Simon Marchi <simon.marchi@polymtl.ca>
Tom Tromey <tom@tromey.com>
* warning.m4 (AM_GDB_WARNINGS): Add -Wunused-variable and special
test for it.
* configure: Rebuild.
gdb/gdbserver/ChangeLog
2018-07-22 Tom Tromey <tom@tromey.com>
* configure: Rebuild.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 972184d..388b923 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2018-07-22 Simon Marchi <simon.marchi@polymtl.ca> + Tom Tromey <tom@tromey.com> + + * warning.m4 (AM_GDB_WARNINGS): Add -Wunused-variable and special + test for it. + * configure: Rebuild. + 2018-07-22 Tom Tromey <tom@tromey.com> * regformats/regdat.sh: Define xmltarget_${name} inside |