id summary reporter owner description type status milestone component version severity resolution keywords cc 4575 boost/algorithm/string/detail/find_format_store.hpp:74: unused parameter 'Input' in template function check_find_result anonymous Pavol Droba "As of r64932 file boost/algorithm/string/detail/find_format_store.hpp at template function check_find_result, the parameter 'Input' is not referenced. It is present because the __type__ of Input is used. However, since the parameter itself is not used, Visual Studio 2008 issues warning C4100: unreferenced formal parameter and gcc will issue a warning for -Wunused-parameter. It would be nice to remove the name of the variable so that users who build with /W4 /WX (VC) or -Wall -Werror (gcc) do not get a build failure." Bugs closed To Be Determined string_algo Boost 1.44.0 Cosmetic fixed