summaryrefslogtreecommitdiff
path: root/eccrypto.cpp
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2017-05-23 23:00:58 -0400
committerJeffrey Walton <noloader@gmail.com>2017-05-23 23:00:58 -0400
commitff7f40cabea7377bef1f9e79ca81095ed1b35910 (patch)
treec2a9db752947055e6f2091de7769224a15ee41db /eccrypto.cpp
parentbc40d3607565f53af732e1c01d2b3e22ed837432 (diff)
downloadcryptopp-git-ff7f40cabea7377bef1f9e79ca81095ed1b35910.tar.gz
Cleared C4505 under MSVC (Issue 412)
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