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.
+2020-02-11 Simon Marchi <simon.marchi@efficios.com>
+
+ * configure: Re-generate.
+
2020-02-11 Simon Marchi <simon.marchi@efficios.com>
* acinclude: Update warning.m4 path.
-Wdeprecated-copy \
-Wdeprecated-copy-dtor \
-Wredundant-move \
--Wmissing-declarations"
+-Wmissing-declarations \
+-Wstrict-null-sentinel"
case "${host}" in
*-*-mingw32*)
+2020-02-11 Simon Marchi <simon.marchi@efficios.com>
+
+ * configure: Re-generate.
+
2020-02-11 Simon Marchi <simon.marchi@efficios.com>
* acinclude.m4: Update warning.m4 path.
-Wdeprecated-copy \
-Wdeprecated-copy-dtor \
-Wredundant-move \
--Wmissing-declarations"
+-Wmissing-declarations \
+-Wstrict-null-sentinel"
case "${host}" in
*-*-mingw32*)
+2020-02-11 Simon Marchi <simon.marchi@efficios.com>
+
+ * warning.m4: Add -Wstrict-null-sentinel.
+ * configure: Re-generate.
+
2020-02-11 Simon Marchi <simon.marchi@efficios.com>
* warning.m4: Move here, from gdb/warning.m4.
-Wdeprecated-copy \
-Wdeprecated-copy-dtor \
-Wredundant-move \
--Wmissing-declarations"
+-Wmissing-declarations \
+-Wstrict-null-sentinel"
case "${host}" in
*-*-mingw32*)
-Wdeprecated-copy \
-Wdeprecated-copy-dtor \
-Wredundant-move \
--Wmissing-declarations"
+-Wmissing-declarations \
+-Wstrict-null-sentinel \
+"
case "${host}" in
*-*-mingw32*)