From 981a445319f1acfe1194e61b320a9218a8a7a481 Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Sat, 8 May 2010 17:10:16 +0000 Subject: Implemented PUGIXML_DEPRECATED for GCC and MSVC7+ git-svn-id: http://pugixml.googlecode.com/svn/trunk@387 99668b35-9821-0410-8761-19e4c4f06640 --- Jamrules.jam | 1 + 1 file changed, 1 insertion(+) (limited to 'Jamrules.jam') diff --git a/Jamrules.jam b/Jamrules.jam index 02bbe6f..e362eac 100644 --- a/Jamrules.jam +++ b/Jamrules.jam @@ -12,6 +12,7 @@ if ( $(toolset:I=^mingw) || $(toolset) = "gcc" ) } CCFLAGS += -D$(defines) ; + CCFLAGS += -Wno-deprecated-declarations ; if ( $(configuration) = "debug" ) { -- cgit v1.2.3