Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r61207 - in branches/release: boost/functional/hash libs/functional/hash libs/functional/hash/test
From: daniel_james_at_[hidden]
Date: 2010-04-11 16:24:05


Author: danieljames
Date: 2010-04-11 16:24:04 EDT (Sun, 11 Apr 2010)
New Revision: 61207
URL: http://svn.boost.org/trac/boost/changeset/61207

Log:
Disable warnings as errors for hash.

Properties modified:
   branches/release/boost/functional/hash/ (props changed)
   branches/release/libs/functional/hash/ (props changed)
Text files modified:
   branches/release/libs/functional/hash/test/Jamfile.v2 | 4 ++--
   1 files changed, 2 insertions(+), 2 deletions(-)

Modified: branches/release/libs/functional/hash/test/Jamfile.v2
==============================================================================
--- branches/release/libs/functional/hash/test/Jamfile.v2 (original)
+++ branches/release/libs/functional/hash/test/Jamfile.v2 2010-04-11 16:24:04 EDT (Sun, 11 Apr 2010)
@@ -13,8 +13,8 @@
         <toolset>gcc:<cxxflags>"-pedantic -Wstrict-aliasing -fstrict-aliasing -Wextra -Wsign-promo -Wunused-parameter"
         <toolset>darwin:<cxxflags>"-pedantic -Wstrict-aliasing -fstrict-aliasing -Wextra -Wsign-promo -Wunused-parameter"
         <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 functional/hash


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