From: Jürg Billeter Date: Wed, 20 Oct 2010 18:28:31 +0000 (+0200) Subject: tests: Enable extra checks during C compilation X-Git-Tag: 0.10.1~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=493cef9580ffc8b225c705721c64f24fa4e72fb1;p=thirdparty%2Fvala.git tests: Enable extra checks during C compilation --- diff --git a/tests/testrunner.sh b/tests/testrunner.sh index 175cacae1..6d60d2636 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 -VALAFLAGS="--vapidir $vapidir --disable-warnings --main main --save-temps -X -O0 -X -pipe -X -lm -X -Werror=return-type" +VALAFLAGS="--vapidir $vapidir --disable-warnings --main main --save-temps -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" function testheader() { if [ "$1" = "Packages:" ]; then