Avoid unused parameter warning in visit_each_test.cpp

This commit is contained in:
Peter Dimov
2021-11-01 01:56:27 +02:00
parent bed07e7d5b
commit b5f59858b9

View File

@ -34,7 +34,7 @@ struct V
{
}
template< class T > void operator()( T const & t )
template< class T > void operator()( T const & /*t*/ )
{
}