Boost logo

Boost-Commit :

From: hartmut.kaiser_at_[hidden]
Date: 2008-07-15 12:14:37


Author: hkaiser
Date: 2008-07-15 12:14:36 EDT (Tue, 15 Jul 2008)
New Revision: 47448
URL: http://svn.boost.org/trac/boost/changeset/47448

Log:
Spirit: Fixed a couple of warnings
Text files modified:
   trunk/boost/spirit/home/karma/numeric/real.hpp | 4 ++--
   1 files changed, 2 insertions(+), 2 deletions(-)

Modified: trunk/boost/spirit/home/karma/numeric/real.hpp
==============================================================================
--- trunk/boost/spirit/home/karma/numeric/real.hpp (original)
+++ trunk/boost/spirit/home/karma/numeric/real.hpp 2008-07-15 12:14:36 EDT (Tue, 15 Jul 2008)
@@ -72,7 +72,7 @@
         }
 
         template <typename Component, typename Context>
- static std::string what(Component const& component, Context const& ctx)
+ static std::string what(Component const& /*component*/, Context const& /*ctx*/)
         {
             return "real number";
         }
@@ -107,7 +107,7 @@
         }
 
         template <typename Component, typename Context>
- static std::string what(Component const& component, Context const& ctx)
+ static std::string what(Component const& /*component*/, Context const& /*ctx*/)
         {
             return "real number";
         }


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