|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r74281 - sandbox/SOC/2011/checks/libs/checks/test
From: pbristow_at_[hidden]
Date: 2011-09-06 13:09:45
Author: pbristow
Date: 2011-09-06 13:09:45 EDT (Tue, 06 Sep 2011)
New Revision: 74281
URL: http://svn.boost.org/trac/boost/changeset/74281
Log:
Supress 4100 waring
Text files modified:
sandbox/SOC/2011/checks/libs/checks/test/jamfile.v2 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: sandbox/SOC/2011/checks/libs/checks/test/jamfile.v2
==============================================================================
--- sandbox/SOC/2011/checks/libs/checks/test/jamfile.v2 (original)
+++ sandbox/SOC/2011/checks/libs/checks/test/jamfile.v2 2011-09-06 13:09:45 EDT (Tue, 06 Sep 2011)
@@ -51,7 +51,7 @@
#<toolset>msvc:<cxxflags>/wd4224 # nonstandard extension used : formal parameter 'arg' was previously defined as a type.
#<toolset>msvc:<cxxflags>/wd4127 # expression is constant.
#<toolset>msvc:<cxxflags>/wd4701 # needed for lexical cast - temporary.
- #<toolset>msvc:<cxxflags>/wd4100 # unreferenced formal parameter.
+ <toolset>msvc:<cxxflags>/wd4100 # unreferenced formal parameter.
<toolset>msvc:<iterator_debugging>off
<toolset>intel-win:<iterator_debugging>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