Index: boost/algorithm/string_regex.hpp =================================================================== RCS file: /cvsroot/boost/boost/boost/algorithm/string_regex.hpp,v retrieving revision 1.3 diff -u -p -r1.3 string_regex.hpp --- boost/algorithm/string_regex.hpp 29 Jul 2004 07:38:27 -0000 1.3 +++ boost/algorithm/string_regex.hpp 11 Oct 2004 17:53:55 -0000 @@ -16,7 +16,7 @@ */ #include -#include +#include #include #endif // BOOST_STRING_ALGO_REGEX_HPP Index: boost/algorithm/string/formatter.hpp =================================================================== RCS file: /cvsroot/boost/boost/boost/algorithm/string/formatter.hpp,v retrieving revision 1.2 diff -u -p -r1.2 formatter.hpp --- boost/algorithm/string/formatter.hpp 15 Jul 2004 21:48:25 -0000 1.2 +++ boost/algorithm/string/formatter.hpp 11 Oct 2004 17:53:55 -0000 @@ -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>(); Index: boost/algorithm/string/detail/find_format.hpp =================================================================== RCS file: /cvsroot/boost/boost/boost/algorithm/string/detail/find_format.hpp,v retrieving revision 1.1 diff -u -p -r1.1 find_format.hpp --- boost/algorithm/string/detail/find_format.hpp 4 Mar 2004 22:11:41 -0000 1.1 +++ boost/algorithm/string/detail/find_format.hpp 11 Oct 2004 17:53:55 -0000 @@ -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)