quiet compiler warning

[SVN r39375]
This commit is contained in:
Beman Dawes
2007-09-18 21:01:26 +00:00
parent f114239d60
commit 9e9ac45181

View File

@@ -431,7 +431,7 @@ namespace boost
return "error: should never be called";
}
inline std::string error_category::message( int ev ) const
inline std::string error_category::message( int ) const
{
static std::string s("error: should never be called");
return s;