diff options
author | arseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640> | 2010-05-08 17:10:16 +0000 |
---|---|---|
committer | arseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640> | 2010-05-08 17:10:16 +0000 |
commit | 981a445319f1acfe1194e61b320a9218a8a7a481 (patch) | |
tree | 46e6dc6048e15d7d9b06e5714ddb42044e162ffa /Jamrules.jam | |
parent | 021574a48430b6cc5589a76e7d02b1fc6a25849d (diff) |
Implemented PUGIXML_DEPRECATED for GCC and MSVC7+
git-svn-id: http://pugixml.googlecode.com/svn/trunk@387 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'Jamrules.jam')
-rw-r--r-- | Jamrules.jam | 1 |
1 files changed, 1 insertions, 0 deletions
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" ) { |