summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2023-02-05 19:33:15 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2023-02-05 19:33:15 +0100
commitc9743173265fd7704ca842b30a76ab4531b76a7b (patch)
tree81b6bb3145d2644b7686e92e45f00a207e21729e
parent7e5024ae2694c5406310314933235b68d79b1fca (diff)
downloadvala-c9743173265fd7704ca842b30a76ab4531b76a7b.tar.gz
tests: Add more Werror=... flags for clang
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 0d0edaccf..7989f6ea4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -134,6 +134,7 @@ TEST_EXTRA_CFLAGS="-Werror=init-self \
-Werror=empty-body \
-Werror=comment \
-Werror=strict-overflow \
+-Werror=shift-overflow \
-Wformat=2 \
-Werror=format-security \
-Werror=format-nonliteral \
@@ -153,6 +154,7 @@ TEST_EXTRA_CFLAGS="-Werror=init-self \
-Werror=logical-not-parentheses \
-Werror=address \
-Werror=array-bounds \
+-Werror=array-parameter \
-Werror=array-parameter=2 \
-Werror=enum-conversion"