From: Rico Tzschichholz Date: Thu, 15 Oct 2020 07:14:03 +0000 (+0200) Subject: testrunner: Add "-Werror=return-local-addr" flag X-Git-Tag: 0.51.1~213 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46e56bff71e12dd1e08bcb80cf630f7292db32e3;p=thirdparty%2Fvala.git testrunner: Add "-Werror=return-local-addr" flag --- diff --git a/configure.ac b/configure.ac index 42e697995..88555f7c4 100644 --- a/configure.ac +++ b/configure.ac @@ -121,6 +121,7 @@ TEST_EXTRA_CFLAGS="-Werror=init-self \ -Werror=implicit-fallthrough \ -Werror=pointer-arith \ -Werror=redundant-decls \ +-Werror=return-local-addr \ -Werror=return-type \ -Werror=sequence-point \ -Werror=uninitialized \