From ff7f40cabea7377bef1f9e79ca81095ed1b35910 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Tue, 23 May 2017 23:00:58 -0400 Subject: [PATCH] Cleared C4505 under MSVC (Issue 412) --- eccrypto.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eccrypto.cpp b/eccrypto.cpp index 6c384597..92106052 100644 --- a/eccrypto.cpp +++ b/eccrypto.cpp @@ -6,7 +6,7 @@ #if CRYPTOPP_MSC_VERSION # pragma warning(push) -# pragma warning(disable: 4127 4189) +# pragma warning(disable: 4127 4189 4505) #endif #if CRYPTOPP_GCC_DIAGNOSTIC_AVAILABLE