From 2999a397cc9a1fc1e4358112442642b569dfd403 Mon Sep 17 00:00:00 2001 From: Rico Tzschichholz Date: Mon, 13 Apr 2020 15:29:56 +0200 Subject: [PATCH] testrunner: Add -Werror=array-bounds --- configure.ac | 1 + 1 file changed, 1 insertion(+) 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= -- 2.47.2