From cb724dcf57508f3d42b73a3a86cbdfcb32c3159b Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Tue, 9 Jul 2024 20:07:25 +0300 Subject: [PATCH] Remove obsolete warning suppression --- test/mem_fn_cdecl_test.cpp | 10 ---------- test/mem_fn_derived_test.cpp | 10 ---------- test/mem_fn_fastcall_test.cpp | 10 ---------- test/mem_fn_rv_test.cpp | 9 --------- test/mem_fn_stdcall_test.cpp | 10 ---------- test/mem_fn_test.cpp | 10 ---------- test/mem_fn_void_test.cpp | 10 ---------- 7 files changed, 69 deletions(-) diff --git a/test/mem_fn_cdecl_test.cpp b/test/mem_fn_cdecl_test.cpp index b53de35..7aec244 100644 --- a/test/mem_fn_cdecl_test.cpp +++ b/test/mem_fn_cdecl_test.cpp @@ -29,18 +29,8 @@ int main() #include #include - -#if defined(BOOST_MSVC) && (BOOST_MSVC < 1300) -#pragma warning(push, 3) -#endif - #include -#if defined(BOOST_MSVC) && (BOOST_MSVC < 1300) -#pragma warning(pop) -#endif - - struct X { mutable unsigned int hash; diff --git a/test/mem_fn_derived_test.cpp b/test/mem_fn_derived_test.cpp index f8aa0e9..8a16a52 100644 --- a/test/mem_fn_derived_test.cpp +++ b/test/mem_fn_derived_test.cpp @@ -19,18 +19,8 @@ #include #include - -#if defined(BOOST_MSVC) && (BOOST_MSVC < 1300) -#pragma warning(push, 3) -#endif - #include -#if defined(BOOST_MSVC) && (BOOST_MSVC < 1300) -#pragma warning(pop) -#endif - - struct B { mutable unsigned int hash; diff --git a/test/mem_fn_fastcall_test.cpp b/test/mem_fn_fastcall_test.cpp index f4fb06b..b65d417 100644 --- a/test/mem_fn_fastcall_test.cpp +++ b/test/mem_fn_fastcall_test.cpp @@ -29,18 +29,8 @@ int main() #include #include - -#if defined(BOOST_MSVC) && (BOOST_MSVC < 1300) -#pragma warning(push, 3) -#endif - #include -#if defined(BOOST_MSVC) && (BOOST_MSVC < 1300) -#pragma warning(pop) -#endif - - struct X { mutable unsigned int hash; diff --git a/test/mem_fn_rv_test.cpp b/test/mem_fn_rv_test.cpp index 4147105..34b7f33 100644 --- a/test/mem_fn_rv_test.cpp +++ b/test/mem_fn_rv_test.cpp @@ -20,17 +20,8 @@ #include #include - -#if defined(BOOST_MSVC) && (BOOST_MSVC < 1300) -#pragma warning(push, 3) -#endif - #include -#if defined(BOOST_MSVC) && (BOOST_MSVC < 1300) -#pragma warning(pop) -#endif - unsigned int hash = 0; struct X diff --git a/test/mem_fn_stdcall_test.cpp b/test/mem_fn_stdcall_test.cpp index 6c8eaea..4f20c10 100644 --- a/test/mem_fn_stdcall_test.cpp +++ b/test/mem_fn_stdcall_test.cpp @@ -29,18 +29,8 @@ int main() #include #include - -#if defined(BOOST_MSVC) && (BOOST_MSVC < 1300) -#pragma warning(push, 3) -#endif - #include -#if defined(BOOST_MSVC) && (BOOST_MSVC < 1300) -#pragma warning(pop) -#endif - - struct X { mutable unsigned int hash; diff --git a/test/mem_fn_test.cpp b/test/mem_fn_test.cpp index 960a828..1e6565d 100644 --- a/test/mem_fn_test.cpp +++ b/test/mem_fn_test.cpp @@ -19,18 +19,8 @@ #include #include - -#if defined(BOOST_MSVC) && (BOOST_MSVC < 1300) -#pragma warning(push, 3) -#endif - #include -#if defined(BOOST_MSVC) && (BOOST_MSVC < 1300) -#pragma warning(pop) -#endif - - struct X { mutable unsigned int hash; diff --git a/test/mem_fn_void_test.cpp b/test/mem_fn_void_test.cpp index 9f52ccf..a1fee64 100644 --- a/test/mem_fn_void_test.cpp +++ b/test/mem_fn_void_test.cpp @@ -19,18 +19,8 @@ #include #include - -#if defined(BOOST_MSVC) && (BOOST_MSVC < 1300) -#pragma warning(push, 3) -#endif - #include -#if defined(BOOST_MSVC) && (BOOST_MSVC < 1300) -#pragma warning(pop) -#endif - - struct X { mutable unsigned int hash;