]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
tests: Enable extra checks during C compilation
authorJürg Billeter <j@bitron.ch>
Wed, 20 Oct 2010 18:28:31 +0000 (20:28 +0200)
committerJürg Billeter <j@bitron.ch>
Tue, 26 Oct 2010 17:50:04 +0000 (19:50 +0200)
tests/testrunner.sh

index 175cacae122374462578e4f6375bf6b3b0ea91ae..6d60d26368a76c27378cd4ae33a3a38b4361abad 100755 (executable)
@@ -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