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.11.1~64 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0de4fba791bd857591c7ead8ac6942d7ce74d4b9;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