summaryrefslogtreecommitdiff
path: root/cryptlib.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2017-05-30 16:37:41 -0400
committerJeffrey Walton <noloader@gmail.com>2017-05-30 16:37:41 -0400
commiteb3b27a6a5432b21e8e0bb2abb364096b2dca41e (patch)
tree73eaf4da159a59a9d8cbf5b1c0d3f9c9293398d0 /cryptlib.h
parent23448050c0083f026bed98b00742dbd4c4ae72eb (diff)
downloadcryptopp-git-eb3b27a6a5432b21e8e0bb2abb364096b2dca41e.tar.gz
Clear Visual Studio warnings (Issue 412)
Diffstat (limited to 'cryptlib.h')
-rw-r--r--cryptlib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cryptlib.h b/cryptlib.h
index f2c04267..b855784d 100644
--- a/cryptlib.h
+++ b/cryptlib.h
@@ -99,7 +99,7 @@ and getting us started on the manual.
#if CRYPTOPP_MSC_VERSION
# pragma warning(push)
-# pragma warning(disable: 4127 4189 4702)
+# pragma warning(disable: 4127 4189 4505 4702)
#endif
NAMESPACE_BEGIN(CryptoPP)