|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r57389 - trunk/libs/units/test
From: steven_at_[hidden]
Date: 2009-11-04 18:34:24
Author: steven_watanabe
Date: 2009-11-04 18:34:24 EST (Wed, 04 Nov 2009)
New Revision: 57389
URL: http://svn.boost.org/trac/boost/changeset/57389
Log:
Turn on struct warning checks for all versions of msvc
Text files modified:
trunk/libs/units/test/Jamfile.v2 | 11 ++++-------
1 files changed, 4 insertions(+), 7 deletions(-)
Modified: trunk/libs/units/test/Jamfile.v2
==============================================================================
--- trunk/libs/units/test/Jamfile.v2 (original)
+++ trunk/libs/units/test/Jamfile.v2 2009-11-04 18:34:24 EST (Wed, 04 Nov 2009)
@@ -7,10 +7,11 @@
# accompanying file LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt
+import testing ;
+
warning-options = <warnings>all <warnings-as-errors>on ;
warning-compilers =
- <toolset>msvc,<toolset-msvc:version>9.0express
- <toolset>msvc,<toolset-msvc:version>8.0express
+ <toolset>msvc
;
project boost/units/test :
@@ -19,14 +20,10 @@
<include>../../..
<toolset>msvc:<asynch-exceptions>on
$(warning-compilers):$(warning-options)
- # This warning comes from the test library. It appears
- # to be a serious warning, but I'm disabling it here since its
- # not my problem.
+ # This warning comes from the test library.
<toolset>msvc:<cxxflags>"/wd4701"
;
-import testing ;
-
alias test_framework : /boost//unit_test_framework/<warnings-as-errors>off ;
compile test_predicates.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