forked from boostorg/assert
Merge branch 'master' into develop
This commit is contained in:
@@ -58,7 +58,7 @@ void test_disabled()
|
|||||||
BOOST_ASSERT(p);
|
BOOST_ASSERT(p);
|
||||||
BOOST_ASSERT_MSG(p, "msg");
|
BOOST_ASSERT_MSG(p, "msg");
|
||||||
|
|
||||||
// supress warnings
|
// suppress warnings
|
||||||
p = &x;
|
p = &x;
|
||||||
p = &p;
|
p = &p;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user