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;