|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r57618 - trunk/libs/units/test
From: steven_at_[hidden]
Date: 2009-11-12 18:01:54
Author: steven_watanabe
Date: 2009-11-12 18:01:53 EST (Thu, 12 Nov 2009)
New Revision: 57618
URL: http://svn.boost.org/trac/boost/changeset/57618
Log:
Suppress warnings on msvc-7.1
Text files modified:
trunk/libs/units/test/Jamfile.v2 | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
Modified: trunk/libs/units/test/Jamfile.v2
==============================================================================
--- trunk/libs/units/test/Jamfile.v2 (original)
+++ trunk/libs/units/test/Jamfile.v2 2009-11-12 18:01:53 EST (Thu, 12 Nov 2009)
@@ -22,6 +22,8 @@
$(warning-compilers):$(warning-options)
# This warning comes from the test library.
<toolset>msvc:<cxxflags>"/wd4701"
+ # The comes from the exception library
+ <toolset>msvc,<toolset-msvc:version>7.1:<cxxflags>"/wd4800"
;
alias test_framework : /boost//unit_test_framework/<warnings-as-errors>off ;
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