From 8465943af6a6f756c3d4b077eb1081ade927b26b Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Sat, 17 Jun 2017 23:18:49 +0200 Subject: gdb: Add -Wno-mismatched-tags clang complains that for some types, we use both the class and struct keywords in different places. It's not really a problem, so I think we can safely turn this warning off. gdb/ChangeLog: * configure: Re-generate. * warning.m4 (build_warnings): Add -Wno-mismatched-tags. gdb/gdbserver/ChangeLog: * configure: Re-generate. --- gdb/gdbserver/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gdb/gdbserver/ChangeLog') diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog index 2eb492e..a90a562 100644 --- a/gdb/gdbserver/ChangeLog +++ b/gdb/gdbserver/ChangeLog @@ -4,6 +4,10 @@ 2017-06-17 Simon Marchi + * configure: Re-generate. + +2017-06-17 Simon Marchi + * Makefile.in (COMPILE.pre): Add "-x c++". 2017-06-09 Sergio Durigan Junior -- cgit v1.1