2
0
mirror of https://github.com/boostorg/assign.git synced 2026-02-01 20:12:09 +00:00

Correct spelling of "suppress"

This commit is contained in:
Alex Henrie
2015-02-07 02:02:06 -07:00
parent cc7c33ca57
commit ad056f9e56
17 changed files with 17 additions and 17 deletions

View File

@@ -11,7 +11,7 @@
#include <boost/detail/workaround.hpp>
#if BOOST_WORKAROUND( __BORLANDC__, BOOST_TESTED_AT(0x564) )
# pragma warn -8091 // supress warning in Boost.Test
# pragma warn -8091 // suppress warning in Boost.Test
# pragma warn -8057 // unused argument argc/argv in Boost.Test
#endif