From: Rico Tzschichholz Date: Thu, 14 Mar 2024 15:07:03 +0000 (+0100) Subject: tests: Add -Werror=null-dereference flag X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=13eeb15ffc35f0821eb374e32742602c641c7cfa;p=thirdparty%2Fvala.git tests: Add -Werror=null-dereference flag --- diff --git a/configure.ac b/configure.ac index 99f51492f..92afea2c8 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 \