From: Rico Tzschichholz Date: Thu, 4 Feb 2021 14:53:55 +0000 (+0100) Subject: testrunner: Add "-Werror=return-stack-address" flag X-Git-Tag: 0.51.1~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=708c291c45c3a6ee42c305775379fe1c5ef4eb75;p=thirdparty%2Fvala.git testrunner: Add "-Werror=return-stack-address" flag --- 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 \