]> 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>
Sun, 3 Mar 2024 11:31:10 +0000 (12:31 +0100)
configure.ac

index f57cfa0ad92135d505e04dc45cd27beb72514b82..99f51492fbfa63eeb3676f4ea3851578988f78ed 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 \