From 32fa9f6a8bbd29db402fb5c29fca7ff994837fb4 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Mon, 10 Oct 2016 17:33:13 -0400 Subject: [PATCH] Remove deprecated warning supressions under MSC pragma warning(disable: 4996) --- regtest.cpp | 5 ----- test.cpp | 5 ----- validat1.cpp | 5 ----- validat2.cpp | 5 ----- validat3.cpp | 5 ----- 5 files changed, 25 deletions(-) diff --git a/regtest.cpp b/regtest.cpp index 37b65982..31ef689d 100644 --- a/regtest.cpp +++ b/regtest.cpp @@ -60,11 +60,6 @@ # pragma strict_gs_check (on) #endif -// Quiet deprecated warnings intended to benefit users. -#if CRYPTOPP_MSC_VERSION -# pragma warning(disable: 4996) -#endif - #if CRYPTOPP_GCC_DIAGNOSTIC_AVAILABLE # pragma GCC diagnostic ignored "-Wdeprecated-declarations" #endif diff --git a/test.cpp b/test.cpp index 4f5447d8..142dab02 100644 --- a/test.cpp +++ b/test.cpp @@ -66,11 +66,6 @@ # pragma strict_gs_check (on) #endif -// Quiet deprecated warnings intended to benefit users. -#if CRYPTOPP_MSC_VERSION -# pragma warning(disable: 4996) -#endif - #if CRYPTOPP_GCC_DIAGNOSTIC_AVAILABLE # pragma GCC diagnostic ignored "-Wdeprecated-declarations" #endif diff --git a/validat1.cpp b/validat1.cpp index 2bfc67b9..72fea180 100644 --- a/validat1.cpp +++ b/validat1.cpp @@ -58,11 +58,6 @@ # pragma strict_gs_check (on) #endif -// Quiet deprecated warnings intended to benefit users. -#if CRYPTOPP_MSC_VERSION -# pragma warning(disable: 4996) -#endif - #if CRYPTOPP_GCC_DIAGNOSTIC_AVAILABLE # pragma GCC diagnostic ignored "-Wdeprecated-declarations" #endif diff --git a/validat2.cpp b/validat2.cpp index f0c98a52..847491f4 100644 --- a/validat2.cpp +++ b/validat2.cpp @@ -48,11 +48,6 @@ # pragma strict_gs_check (on) #endif -// Quiet deprecated warnings intended to benefit users. -#if CRYPTOPP_MSC_VERSION -# pragma warning(disable: 4996) -#endif - #if CRYPTOPP_GCC_DIAGNOSTIC_AVAILABLE # pragma GCC diagnostic ignored "-Wdeprecated-declarations" #endif diff --git a/validat3.cpp b/validat3.cpp index 0bb256bd..5a5b15ec 100644 --- a/validat3.cpp +++ b/validat3.cpp @@ -41,11 +41,6 @@ # pragma strict_gs_check (on) #endif -// Quiet deprecated warnings intended to benefit users. -#if CRYPTOPP_MSC_VERSION -# pragma warning(disable: 4996) -#endif - #if CRYPTOPP_GCC_DIAGNOSTIC_AVAILABLE # pragma GCC diagnostic ignored "-Wdeprecated-declarations" #endif