diff options
author | Simon Marchi <simon.marchi@ericsson.com> | 2017-06-17 23:18:49 +0200 |
---|---|---|
committer | Simon Marchi <simon.marchi@ericsson.com> | 2017-06-17 23:18:49 +0200 |
commit | 8465943af6a6f756c3d4b077eb1081ade927b26b (patch) | |
tree | 6ad4cb931d1c66afa6b9dc68288c58f08a388099 /gdb/ChangeLog | |
parent | 3e019bdc20eb81b91ab5bc774386201b874c0bac (diff) | |
download | gdb-8465943af6a6f756c3d4b077eb1081ade927b26b.zip gdb-8465943af6a6f756c3d4b077eb1081ade927b26b.tar.gz gdb-8465943af6a6f756c3d4b077eb1081ade927b26b.tar.bz2 |
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.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c14e204..a08c781 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,6 +1,11 @@ 2017-06-17 Simon Marchi <simon.marchi@ericsson.com> * configure: Re-generate. + * warning.m4 (build_warnings): Add -Wno-mismatched-tags. + +2017-06-17 Simon Marchi <simon.marchi@ericsson.com> + + * configure: Re-generate. * warning.m4: Pass -Werror to compiler when checking for supported warning flags. |