diff --git a/test/alloc_construct_cxx11_test.cpp b/test/alloc_construct_cxx11_test.cpp index 2075d7a..928cec8 100644 --- a/test/alloc_construct_cxx11_test.cpp +++ b/test/alloc_construct_cxx11_test.cpp @@ -10,6 +10,10 @@ Distributed under the Boost Software License, Version 1.0. #include #include +#if defined(_MSC_VER) +# pragma warning(disable: 4100) // unreferenced parameter 'ptr' +#endif + class type { public: explicit type(int x)