Boost logo

Boost-Commit :

From: daniel_james_at_[hidden]
Date: 2008-01-11 09:39:42


Author: danieljames
Date: 2008-01-11 09:39:42 EST (Fri, 11 Jan 2008)
New Revision: 42680
URL: http://svn.boost.org/trac/boost/changeset/42680

Log:
Restore warning level 4 for Visual C++.
Text files modified:
   branches/unordered/trunk/libs/unordered/test/unordered/Jamfile.v2 | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: branches/unordered/trunk/libs/unordered/test/unordered/Jamfile.v2
==============================================================================
--- branches/unordered/trunk/libs/unordered/test/unordered/Jamfile.v2 (original)
+++ branches/unordered/trunk/libs/unordered/test/unordered/Jamfile.v2 2008-01-11 09:39:42 EST (Fri, 11 Jan 2008)
@@ -9,7 +9,7 @@
     : requirements
         <toolset>intel-linux:"<cxxflags>-strict_ansi -cxxlib-icc"
         <toolset>gcc:<cxxflags>-Wsign-promo
- #<toolset>msvc:<cxxflags>/W4
+ <toolset>msvc:<cxxflags>/W4
     ;
 
 test-suite unordered


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