From: Rico Tzschichholz Date: Thu, 14 Mar 2024 15:07:03 +0000 (+0100) Subject: tests: Add -Werror=null-dereference flag X-Git-Tag: 0.56.17~15 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=b6b8b986f9cf4981e828553524dc3bdeec765ae8;p=thirdparty%2Fvala.git tests: Add -Werror=null-dereference flag --- diff --git a/configure.ac b/configure.ac index eac4e128d..0c80d5791 100644 --- a/configure.ac +++ b/configure.ac @@ -135,6 +135,7 @@ TEST_EXTRA_CFLAGS="-Werror=init-self \ -Werror=compare-distinct-pointer-types \ -Werror=empty-body \ -Werror=comment \ +-Werror=null-dereference \ -Werror=strict-overflow \ -Werror=shift-overflow \ -Wformat=2 \