gdb: Add -Wno-mismatched-tags
authorSimon Marchi <simon.marchi@ericsson.com>
Sat, 17 Jun 2017 21:18:49 +0000 (23:18 +0200)
committerSimon Marchi <simon.marchi@ericsson.com>
Sat, 17 Jun 2017 21:18:49 +0000 (23:18 +0200)
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.


No differences found
This page took 0.033447 seconds and 4 git commands to generate.