Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r50632 - sandbox/math_toolkit/libs/math/test
From: pbristow_at_[hidden]
Date: 2009-01-16 10:43:55


Author: pbristow
Date: 2009-01-16 10:43:55 EST (Fri, 16 Jan 2009)
New Revision: 50632
URL: http://svn.boost.org/trac/boost/changeset/50632

Log:
warning supression
Text files modified:
   sandbox/math_toolkit/libs/math/test/ntl_concept_check.cpp | 6 ++++++
   1 files changed, 6 insertions(+), 0 deletions(-)

Modified: sandbox/math_toolkit/libs/math/test/ntl_concept_check.cpp
==============================================================================
--- sandbox/math_toolkit/libs/math/test/ntl_concept_check.cpp (original)
+++ sandbox/math_toolkit/libs/math/test/ntl_concept_check.cpp 2009-01-16 10:43:55 EST (Fri, 16 Jan 2009)
@@ -1,4 +1,6 @@
 // Copyright John Maddock 2007-8.
+// Copyright Paul A. bristow 2009
+
 // Use, modification and distribution are subject to the
 // Boost Software License, Version 1.0. (See accompanying file
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
@@ -14,6 +16,10 @@
 #include <boost/math/concepts/real_type_concept.hpp>
 #include "compile_test/instantiate.hpp"
 
+#ifdef _MSC_VER
+# pragma warning (disable : 4100) // unreferenced formal parameter
+#endif
+
 void foo()
 {
    instantiate(boost::math::ntl::RR());


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