|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r71591 - sandbox/libs/mapreduce/examples/wordcount
From: cdm.henderson_at_[hidden]
Date: 2011-04-29 04:42:30
Author: chenderson
Date: 2011-04-29 04:42:29 EDT (Fri, 29 Apr 2011)
New Revision: 71591
URL: http://svn.boost.org/trac/boost/changeset/71591
Log:
ignore warnings for a clean compile
Text files modified:
sandbox/libs/mapreduce/examples/wordcount/wordcount.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: sandbox/libs/mapreduce/examples/wordcount/wordcount.cpp
==============================================================================
--- sandbox/libs/mapreduce/examples/wordcount/wordcount.cpp (original)
+++ sandbox/libs/mapreduce/examples/wordcount/wordcount.cpp 2011-04-29 04:42:29 EDT (Fri, 29 Apr 2011)
@@ -22,7 +22,7 @@
#include <boost/config.hpp>
#if defined(BOOST_MSVC)
-# pragma warning(disable: 4244 4512 4267 4996)
+# pragma warning(disable: 4100 4127 4244 4512 4267 4996)
#endif
#include <boost/mapreduce.hpp>
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