From: Rico Tzschichholz Date: Fri, 2 Nov 2018 08:03:40 +0000 (+0100) Subject: testrunner: Add -Werror=maybe-uninitialized X-Git-Tag: 0.43.1~145 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6e71d25a18239a363ffdd447634772ff8a94797;p=thirdparty%2Fvala.git testrunner: Add -Werror=maybe-uninitialized --- diff --git a/tests/testrunner.sh b/tests/testrunner.sh index 905861568..f40b5c11b 100755 --- a/tests/testrunner.sh +++ b/tests/testrunner.sh @@ -54,6 +54,7 @@ VALAFLAGS="$VALAFLAGS \ -X -Werror=duplicated-branches \ -X -Werror=duplicated-cond \ -X -Werror=declaration-after-statement \ + -X -Werror=maybe-uninitialized \ -X -Werror=int-conversion" VAPIGEN=$topbuilddir/vapigen/vapigen$EXEEXT VAPIGENFLAGS="--vapidir $vapidir"