From 493cef9580ffc8b225c705721c64f24fa4e72fb1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=BCrg=20Billeter?= Date: Wed, 20 Oct 2010 20:28:31 +0200 Subject: [PATCH] tests: Enable extra checks during C compilation --- tests/testrunner.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2