From 7e954af6cec76cd0cc7a97979dcecf8aec8a50b6 Mon Sep 17 00:00:00 2001 From: Franz Detro Date: Mon, 11 Feb 2013 12:33:36 +0100 Subject: [PATCH] fix warnings in boost parameter --- boost/parameter/aux_/tagged_argument.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boost/parameter/aux_/tagged_argument.hpp b/boost/parameter/aux_/tagged_argument.hpp index 6248be2..54b63ab 100644 --- a/boost/parameter/aux_/tagged_argument.hpp +++ b/boost/parameter/aux_/tagged_argument.hpp @@ -120,13 +120,13 @@ struct tagged_argument : tagged_argument_base } # else template - reference operator[](default_ const& x) const + reference operator[](default_ const&) const { return value; } template - reference operator[](lazy_default const& x) const + reference operator[](lazy_default const&) const { return value; } -- 1.7.11.1