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)
commit8465943af6a6f756c3d4b077eb1081ade927b26b
tree6ad4cb931d1c66afa6b9dc68288c58f08a388099
parent3e019bdc20eb81b91ab5bc774386201b874c0bac
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/ChangeLog
gdb/configure
gdb/gdbserver/ChangeLog
gdb/gdbserver/configure
gdb/warning.m4
This page took 0.027426 seconds and 4 git commands to generate.