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>
|
template <class Tag,class T>
|
||||||
inline
|
inline
|
||||||
std::string
|
std::string
|
||||||
error_info_name( error_info<Tag,T> const & x )
|
error_info_name( error_info<Tag,T> const & )
|
||||||
{
|
{
|
||||||
return tag_type_name<Tag>();
|
return tag_type_name<Tag>();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user