From: Rico Tzschichholz Date: Sun, 3 Mar 2024 11:31:10 +0000 (+0100) Subject: tests: Add -Werror=pointer-sign flag X-Git-Tag: 0.56.15~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20ce893198f9e33253532a17ebfe3f18d2dad1c7;p=thirdparty%2Fvala.git tests: Add -Werror=pointer-sign flag --- diff --git a/configure.ac b/configure.ac index 4b599eb83..eac4e128d 100644 --- a/configure.ac +++ b/configure.ac @@ -121,6 +121,7 @@ TEST_EXTRA_CFLAGS="-Werror=init-self \ -Werror=implicit \ -Werror=implicit-fallthrough \ -Werror=pointer-arith \ +-Werror=pointer-sign \ -Werror=redundant-decls \ -Werror=return-local-addr \ -Werror=return-stack-address \