diff options
Diffstat (limited to 'gdbsupport/warning.m4')
-rw-r--r-- | gdbsupport/warning.m4 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gdbsupport/warning.m4 b/gdbsupport/warning.m4 index e2b8a43..81939ed 100644 --- a/gdbsupport/warning.m4 +++ b/gdbsupport/warning.m4 @@ -50,7 +50,9 @@ build_warnings="-Wall -Wpointer-arith \ -Wdeprecated-copy \ -Wdeprecated-copy-dtor \ -Wredundant-move \ --Wmissing-declarations" +-Wmissing-declarations \ +-Wstrict-null-sentinel \ +" case "${host}" in *-*-mingw32*) |