Index: date_facet.hpp =================================================================== RCS file: /cvsroot/boost/boost/boost/date_time/date_facet.hpp,v retrieving revision 1.9 diff -u -r1.9 date_facet.hpp --- date_facet.hpp 3 May 2005 14:27:51 -0000 1.9 +++ date_facet.hpp 25 May 2005 07:16:50 -0000 @@ -312,8 +312,8 @@ return tm_value; } virtual OutItrT do_put_special(OutItrT next, - std::ios_base& a_ios, - char_type fill_char, + std::ios_base& /*a_ios*/, + char_type /*fill_char*/, const boost::date_time::special_values sv) const { m_special_values_formatter.put_special(next, sv);