From 8b8cf7977c8fa9ff6b2cf09bb45f9636f1cafe00 Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine@gmail.com" Date: Tue, 6 Mar 2012 09:14:04 +0000 Subject: tests: Added Android to testing (STLport variant is only tested without exceptions because of library issues) git-svn-id: http://pugixml.googlecode.com/svn/trunk@848 99668b35-9821-0410-8761-19e4c4f06640 --- Jamrules.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Jamrules.jam') diff --git a/Jamrules.jam b/Jamrules.jam index 96e6367..19075b9 100644 --- a/Jamrules.jam +++ b/Jamrules.jam @@ -81,7 +81,7 @@ if ( $(toolset:I=^mingw) || $(toolset:I=^gcc) || $(toolset:I=^bada) || $(toolset RESULT += -Wunused -Wstrict-aliasing=2 -Wundef -Wshadow -Wredundant-decls ; # gcc 4.0 has some warning regressions - if ( $(VERSION:X=4\.0) ) + if ( ! $(VERSION:I=4\.0) ) { RESULT += -Wold-style-cast ; # gives warnings for fpclassify() on gcc 4.0.1 RESULT += -Wswitch-default ; # gives false-positives for couple of switches on template argument on gcc 4.0.1 -- cgit v1.2.3