Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r57564 - trunk/libs/functional/hash/test
From: daniel_james_at_[hidden]
Date: 2009-11-11 09:03:45


Author: danieljames
Date: 2009-11-11 09:03:44 EST (Wed, 11 Nov 2009)
New Revision: 57564
URL: http://svn.boost.org/trac/boost/changeset/57564

Log:
Remove 'warnings-as-errors' flag that was breaking the build.
Text files modified:
   trunk/libs/functional/hash/test/Jamfile.v2 | 10 +++-------
   1 files changed, 3 insertions(+), 7 deletions(-)

Modified: trunk/libs/functional/hash/test/Jamfile.v2
==============================================================================
--- trunk/libs/functional/hash/test/Jamfile.v2 (original)
+++ trunk/libs/functional/hash/test/Jamfile.v2 2009-11-11 09:03:44 EST (Wed, 11 Nov 2009)
@@ -14,9 +14,6 @@
         <toolset>darwin:<cxxflags>"-pedantic -Wstrict-aliasing -fstrict-aliasing -Wextra -Wsign-promo -Wunused-parameter"
         <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
     ;
 
 test-suite functional/hash
@@ -40,14 +37,13 @@
         [ run hash_deque_test.cpp ]
         [ run hash_set_test.cpp ]
         [ run hash_map_test.cpp ]
- [ run hash_complex_test.cpp : : : <warnings-as-errors>off ]
+ [ run hash_complex_test.cpp ]
         [ run link_test.cpp link_test_2.cpp ]
         [ run link_ext_test.cpp link_no_ext_test.cpp ]
         [ run extensions_hpp_test.cpp ]
         [ run container_fwd_test.cpp ]
- # Don't want compile-fail tests to fail because of warnings.
- [ compile-fail hash_no_ext_fail_test.cpp : : : <warnings-as-errors>off ]
- [ compile-fail namespace_fail_test.cpp : : : <warnings-as-errors>off ]
+ [ compile-fail hash_no_ext_fail_test.cpp ]
+ [ compile-fail namespace_fail_test.cpp ]
         [ run hash_no_ext_macro_1.cpp ]
         [ run hash_no_ext_macro_2.cpp ]
     ;


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk