summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2021-02-04 15:53:55 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2021-02-04 15:53:55 +0100
commit708c291c45c3a6ee42c305775379fe1c5ef4eb75 (patch)
treea48c275f9ed2fbac8f2a6106d0b7531b202ec9c9 /configure.ac
parentb1bf1e999fcfd32dacbc7396dbeda64882272b8a (diff)
downloadvala-708c291c45c3a6ee42c305775379fe1c5ef4eb75.tar.gz
testrunner: Add "-Werror=return-stack-address" flag
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 88555f7c4..7d2c85259 100644
--- a/configure.ac
+++ b/configure.ac
@@ -122,6 +122,7 @@ TEST_EXTRA_CFLAGS="-Werror=init-self \
-Werror=pointer-arith \
-Werror=redundant-decls \
-Werror=return-local-addr \
+-Werror=return-stack-address \
-Werror=return-type \
-Werror=sequence-point \
-Werror=uninitialized \