summaryrefslogtreecommitdiff
path: root/eccrypto.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'eccrypto.cpp')
-rw-r--r--eccrypto.cpp2
1 files changed, 1 insertions, 1 deletions
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