From 5d1448f3ace3559cbfd59dccca5d4d2c430346e0 Mon Sep 17 00:00:00 2001 From: Pavol Droba Date: Mon, 11 Oct 2004 18:28:21 +0000 Subject: [PATCH] unused parameter warning removal [SVN r25671] --- include/boost/algorithm/string/detail/find_format.hpp | 2 +- include/boost/algorithm/string/formatter.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/boost/algorithm/string/detail/find_format.hpp b/include/boost/algorithm/string/detail/find_format.hpp index ca0dfd1..ccac0d4 100644 --- a/include/boost/algorithm/string/detail/find_format.hpp +++ b/include/boost/algorithm/string/detail/find_format.hpp @@ -174,7 +174,7 @@ namespace boost { typename FormatResultT > inline void find_format_impl2( InputT& Input, - FinderT Finder, + FinderT, FormatterT Formatter, const FindResultT& FindResult, const FormatResultT& FormatResult) diff --git a/include/boost/algorithm/string/formatter.hpp b/include/boost/algorithm/string/formatter.hpp index b15bcf8..daf8752 100644 --- a/include/boost/algorithm/string/formatter.hpp +++ b/include/boost/algorithm/string/formatter.hpp @@ -72,7 +72,7 @@ namespace boost { template inline detail::empty_formatF< BOOST_STRING_TYPENAME value_type_of::type> - empty_formatter(const CollectionT& Input) + empty_formatter(const CollectionT&) { return detail::empty_formatF< BOOST_STRING_TYPENAME value_type_of::type>();