From 43ee183296926bbca988321fbaa967bc0d15b7dc Mon Sep 17 00:00:00 2001 From: Alex Henrie Date: Fri, 30 Jan 2015 15:22:27 -0700 Subject: [PATCH] Correct spelling of "suppress" --- test/implicit_cast.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/implicit_cast.cpp b/test/implicit_cast.cpp index 0cad067..eaca42a 100644 --- a/test/implicit_cast.cpp +++ b/test/implicit_cast.cpp @@ -29,7 +29,7 @@ int main() type f = check_return(boost::implicit_cast("hello")); type z = check_return(boost::implicit_cast(foo("hello"))); - // warning supression: + // warning suppression: (void)x; (void)f; (void)z;