From c34713b9835dab68853b1a96c254e2539ee02597 Mon Sep 17 00:00:00 2001 From: Samuel Ainsworth Date: Tue, 20 Mar 2018 19:01:56 -0700 Subject: [PATCH] Revert "Fix clang "parameter not found" warning" This reverts commit aa8cce5bb473b8054f3f1d58e2717c9cf7886260. --- include/boost/algorithm/string/formatter.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/algorithm/string/formatter.hpp b/include/boost/algorithm/string/formatter.hpp index 78325a4..de8681b 100644 --- a/include/boost/algorithm/string/formatter.hpp +++ b/include/boost/algorithm/string/formatter.hpp @@ -83,7 +83,7 @@ namespace boost { template inline detail::empty_formatF< BOOST_STRING_TYPENAME range_value::type> - empty_formatter(const RangeT& Input) + empty_formatter(const RangeT&) { return detail::empty_formatF< BOOST_STRING_TYPENAME range_value::type>();