summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2016-11-11 23:44:11 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2016-11-11 23:44:11 +0100
commit310ffbeff50deda6c20db4a72427101c75807f00 (patch)
tree745facdd5eab5da0e09f594e519e6d41b92af6b0 /tests
parent3a008d0837f7cbe2f162787f0ccba7290b39cb48 (diff)
downloadvala-310ffbeff50deda6c20db4a72427101c75807f00.tar.gz
tests: Enable -Werror=redundant-decls
Diffstat (limited to 'tests')
-rwxr-xr-xtests/testrunner.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testrunner.sh b/tests/testrunner.sh
index 1f66285d6..aecc847fe 100755
--- a/tests/testrunner.sh
+++ b/tests/testrunner.sh
@@ -29,7 +29,7 @@ vapidir=$topsrcdir/vapi
export G_DEBUG=fatal_warnings
VALAC=$topbuilddir/compiler/valac$EXEEXT
-VALAFLAGS="--vapidir $vapidir --disable-warnings --main main --save-temps -X -g -X -O0 -X -pipe -X -lm -X -Werror=return-type -X -Werror=init-self -X -Werror=implicit -X -Werror=sequence-point -X -Werror=return-type -X -Werror=uninitialized -X -Werror=pointer-arith -X -Werror=int-to-pointer-cast -X -Werror=pointer-to-int-cast -X -Wformat -X -Werror=format-security -X -Werror=format-nonliteral"
+VALAFLAGS="--vapidir $vapidir --disable-warnings --main main --save-temps -X -g -X -O0 -X -pipe -X -lm -X -Werror=return-type -X -Werror=init-self -X -Werror=implicit -X -Werror=sequence-point -X -Werror=return-type -X -Werror=uninitialized -X -Werror=pointer-arith -X -Werror=int-to-pointer-cast -X -Werror=pointer-to-int-cast -X -Wformat -X -Werror=format-security -X -Werror=format-nonliteral -X -Werror=redundant-decls"
VAPIGEN=$topbuilddir/vapigen/vapigen$EXEEXT
VAPIGENFLAGS="--vapidir $vapidir"