Turn off warnings as errors on gcc/darwin because the integer library currently causes some warnings.

[SVN r58394]
This commit is contained in:
Daniel James
2009-12-15 13:16:32 +00:00
parent 18a5010436
commit 618a51df13
2 changed files with 4 additions and 4 deletions

View File

@ -17,8 +17,8 @@ project unordered-test/exception-tests
<toolset>gcc:<define>_GLIBCXX_DEBUG
<toolset>darwin:<define>_GLIBCXX_DEBUG
<toolset>msvc:<warnings-as-errors>on
<toolset>gcc:<warnings-as-errors>on
<toolset>darwin:<warnings-as-errors>on
#<toolset>gcc:<warnings-as-errors>on
#<toolset>darwin:<warnings-as-errors>on
;
test-suite unordered-exception

View File

@ -14,8 +14,8 @@ project unordered-test/unordered
<toolset>gcc:<define>_GLIBCXX_DEBUG
<toolset>darwin:<define>_GLIBCXX_DEBUG
<toolset>msvc:<warnings-as-errors>on
<toolset>gcc:<warnings-as-errors>on
<toolset>darwin:<warnings-as-errors>on
#<toolset>gcc:<warnings-as-errors>on
#<toolset>darwin:<warnings-as-errors>on
;
test-suite unordered