From: Rico Tzschichholz Date: Fri, 23 Feb 2018 14:31:37 +0000 (+0100) Subject: testrunner: Add -Werror=declaration-after-statement X-Git-Tag: 0.43.1~146 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=225d963f10180df719773edc2781283cb1097c9b;p=thirdparty%2Fvala.git testrunner: Add -Werror=declaration-after-statement --- diff --git a/tests/testrunner.sh b/tests/testrunner.sh index 64f5f690f..905861568 100755 --- a/tests/testrunner.sh +++ b/tests/testrunner.sh @@ -53,6 +53,7 @@ VALAFLAGS="$VALAFLAGS \ -X -Werror=redundant-decls \ -X -Werror=duplicated-branches \ -X -Werror=duplicated-cond \ + -X -Werror=declaration-after-statement \ -X -Werror=int-conversion" VAPIGEN=$topbuilddir/vapigen/vapigen$EXEEXT VAPIGENFLAGS="--vapidir $vapidir"