mirror of
https://github.com/boostorg/assert.git
synced 2026-01-26 17:12:23 +01:00
Suppress warnings under variant=release
This commit is contained in:
@@ -13,6 +13,6 @@
|
||||
|
||||
int main()
|
||||
{
|
||||
int x = 1;
|
||||
int x = 1; (void)x;
|
||||
BOOST_ASSERT( x == 1 );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user