From bf679e7e19aeb12d73a920d7358018d97f9fec8a Mon Sep 17 00:00:00 2001 From: Jeremiah Willcock Date: Wed, 11 Nov 2009 02:57:44 +0000 Subject: [PATCH] Fixed warnings [SVN r57559] --- include/boost/pending/property.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/pending/property.hpp b/include/boost/pending/property.hpp index 448a7191..69ee5084 100644 --- a/include/boost/pending/property.hpp +++ b/include/boost/pending/property.hpp @@ -77,7 +77,7 @@ namespace boost { template inline detail::error_property_not_found - get_property_value(const no_property& p, Tag2) { + get_property_value(const no_property&, Tag2) { return detail::error_property_not_found(); }