forked from boostorg/core
Silenced warnings about unused variables.
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
int main()
|
||||
{
|
||||
boost::reference_wrapper<int const> r = boost::cref( 2 ); // should fail
|
||||
(void)r;
|
||||
}
|
||||
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user