forked from boostorg/system
quiet compiler warning
[SVN r39375]
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user