diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2021-02-04 15:53:55 +0100 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2021-02-04 15:53:55 +0100 |
commit | 708c291c45c3a6ee42c305775379fe1c5ef4eb75 (patch) | |
tree | a48c275f9ed2fbac8f2a6106d0b7531b202ec9c9 | |
parent | b1bf1e999fcfd32dacbc7396dbeda64882272b8a (diff) | |
download | vala-708c291c45c3a6ee42c305775379fe1c5ef4eb75.tar.gz |
testrunner: Add "-Werror=return-stack-address" flag
-rw-r--r-- | configure.ac | 1 |
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 \ |