forked from boostorg/exception
suppress warning (#39)
MSVC warning C4100: 'x': unreferenced formal parameter
This commit is contained in:
@ -31,7 +31,7 @@ boost
|
||||
template <class Tag,class T>
|
||||
inline
|
||||
std::string
|
||||
error_info_name( error_info<Tag,T> const & x )
|
||||
error_info_name( error_info<Tag,T> const & )
|
||||
{
|
||||
return tag_type_name<Tag>();
|
||||
}
|
||||
|
Reference in New Issue
Block a user