From 523933502cd94316b08cfe8bbef9adcd7680d199 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaakko=20J=C3=A4rvi?= Date: Fri, 24 Aug 2001 05:50:45 +0000 Subject: [PATCH] small change to avoid unnecessary warnings with g++ -Wall [SVN r10922] --- test/tuple_test_bench.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tuple_test_bench.cpp b/test/tuple_test_bench.cpp index 67692e4..db7840a 100644 --- a/test/tuple_test_bench.cpp +++ b/test/tuple_test_bench.cpp @@ -22,7 +22,7 @@ using namespace boost; -template void dummy(const T& t) {} +template void dummy(const T&) {} class A {}; class B {}; class C {};