[vala/staging] testrunner: Add -Werror=array-bounds



commit 2999a397cc9a1fc1e4358112442642b569dfd403
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Mon Apr 13 15:29:56 2020 +0200

    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=


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]