public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Third series towards a warning-less clang build
@ 2017-06-25 17:45 Simon Marchi
  2017-06-25 17:45 ` [PATCH 3/3] record-full: Remove unused function netorder16 Simon Marchi
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Simon Marchi @ 2017-06-25 17:45 UTC (permalink / raw)
  To: gdb-patches; +Cc: Simon Marchi

This series fixes a few last issues we get when building with clang and
-Werror.  It was not as bad as I expected (especially the vec.h warnings).
Combined with this patch:

  https://sourceware.org/ml/gdb-patches/2017-06/msg00252.html

gdb itself builds cleanly with clang and -Werror (not the rest of the
binutils-gdb repo yet through).

Simon Marchi (3):
  ada-lex: Ignore warnings about register keyword
  vec: Silence -Wunused-function warnings on clang
  record-full: Remove unused function netorder16

 gdb/ada-lex.l            |  9 +++++++++
 gdb/common/diagnostics.h |  6 ++++++
 gdb/common/vec.h         | 11 +++++++++++
 gdb/record-full.c        | 10 ----------
 4 files changed, 26 insertions(+), 10 deletions(-)

-- 
2.7.4

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2017-06-26 14:54 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-25 17:45 [PATCH 0/3] Third series towards a warning-less clang build Simon Marchi
2017-06-25 17:45 ` [PATCH 3/3] record-full: Remove unused function netorder16 Simon Marchi
2017-06-26 10:43   ` Yao Qi
2017-06-26 14:54     ` Simon Marchi
2017-06-25 17:45 ` [PATCH 1/3] ada-lex: Ignore warnings about register keyword Simon Marchi
2017-06-26 13:13   ` Pedro Alves
2017-06-26 13:39     ` Simon Marchi
2017-06-26 14:54     ` [pushed] " Simon Marchi
2017-06-25 17:45 ` [PATCH 2/3] vec: Silence -Wunused-function warnings on clang Simon Marchi
2017-06-26  9:28   ` Pedro Alves
2017-06-26 12:28     ` Simon Marchi
2017-06-26 12:47       ` Pedro Alves
2017-06-26 12:52         ` Simon Marchi
2017-06-26 12:46     ` [PATCH 2/3 v2] " Simon Marchi
2017-06-26 13:03       ` Pedro Alves

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).