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