mirror of
https://github.com/boostorg/assert.git
synced 2026-01-25 08:32:25 +01:00
Correct spelling of "suppress"
This commit is contained in:
@@ -58,7 +58,7 @@ void test_disabled()
|
||||
BOOST_ASSERT(p);
|
||||
BOOST_ASSERT_MSG(p, "msg");
|
||||
|
||||
// supress warnings
|
||||
// suppress warnings
|
||||
p = &x;
|
||||
p = &p;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user