From 8ddd8e0ed83ce09671695540788645e54b2b09a5 Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Tue, 11 Feb 2020 10:51:49 -0500 Subject: Add -Wstrict-null-sentinel to gdbsupport/warning.m4 Commit 85f0dd3ce ("[gdb] Fix -Wstrict-null-sentinel warnings") fixed some violations of -Wstrict-null-sentinel. If we want to enforce this warning, I think we should enable it in our warning.m4 file. gdbsupport/ChangeLog: * warning.m4: Add -Wstrict-null-sentinel. * configure: Re-generate. gdbserver/ChangeLog: * configure: Re-generate. gdb/ChangeLog: * configure: Re-generate. --- gdbsupport/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gdbsupport/ChangeLog') diff --git a/gdbsupport/ChangeLog b/gdbsupport/ChangeLog index f03bb34..676cb66 100644 --- a/gdbsupport/ChangeLog +++ b/gdbsupport/ChangeLog @@ -1,5 +1,10 @@ 2020-02-11 Simon Marchi + * warning.m4: Add -Wstrict-null-sentinel. + * configure: Re-generate. + +2020-02-11 Simon Marchi + * warning.m4: Move here, from gdb/warning.m4. * acinclude.m4: Update warning.m4 path. * Makefile.in: Re-generate. -- cgit v1.1