$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r81285 - trunk/boost/test/tools
From: gennadiy.rozental_at_[hidden]
Date: 2012-11-10 08:42:59
Author: rogeeff
Date: 2012-11-10 08:42:58 EST (Sat, 10 Nov 2012)
New Revision: 81285
URL: http://svn.boost.org/trac/boost/changeset/81285
Log:
remove warnings
Text files modified: 
   trunk/boost/test/tools/assertion.hpp |     6 +++---                                  
   1 files changed, 3 insertions(+), 3 deletions(-)
Modified: trunk/boost/test/tools/assertion.hpp
==============================================================================
--- trunk/boost/test/tools/assertion.hpp	(original)
+++ trunk/boost/test/tools/assertion.hpp	2012-11-10 08:42:58 EST (Sat, 10 Nov 2012)
@@ -211,9 +211,9 @@
                                                             \
     template<typename PrevExprType>                         \
     static void                                             \
-    report( std::ostream&       ostr,                       \
-            PrevExprType const& lhs,                        \
-            Rhs const&          rhs ) {}                    \
+    report( std::ostream&,                                  \
+            PrevExprType const&,                            \
+            Rhs const& ) {}                                 \
 };                                                          \
 /**/