]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
tests: Add -Werror=pointer-sign flag
authorRico Tzschichholz <ricotz@ubuntu.com>
Sun, 3 Mar 2024 11:31:10 +0000 (12:31 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Mon, 4 Mar 2024 09:22:11 +0000 (10:22 +0100)
configure.ac

index 4b599eb83050777ba368720aa0723830e8ab47e7..eac4e128d34b542744131f0b0019d37550e22d26 100644 (file)
@@ -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 \