From: Rico Tzschichholz Date: Mon, 13 Apr 2020 13:29:56 +0000 (+0200) Subject: testrunner: Add -Werror=array-bounds X-Git-Tag: 0.49.1~177 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2999a397cc9a1fc1e4358112442642b569dfd403;p=thirdparty%2Fvala.git testrunner: Add -Werror=array-bounds --- diff --git a/configure.ac b/configure.ac index d9f6eb06e..59c254352 100644 --- a/configure.ac +++ b/configure.ac @@ -136,6 +136,7 @@ TEST_EXTRA_CFLAGS="-Werror=init-self \ -Werror=maybe-uninitialized \ -Werror=missing-prototypes \ -Werror=strict-prototypes \ +-Werror=array-bounds \ -Werror=enum-conversion" TEST_CFLAGS=