summaryrefslogtreecommitdiff
path: root/gfpcrypt.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2017-06-02 05:18:52 -0400
committerJeffrey Walton <noloader@gmail.com>2017-06-02 05:18:52 -0400
commit7ac77ca9ac780a3b027e59d23433a5e1e027e93f (patch)
treea0ef6365da4f658f632316fbd4d0804dd20e713f /gfpcrypt.h
parentc3871aec948013c1a4d5613050c659520f59e2e4 (diff)
downloadcryptopp-git-7ac77ca9ac780a3b027e59d23433a5e1e027e93f.tar.gz
Revert "Revert "Clear Visual Studio warnings (Issue 412)""
This reverts commit c3871aec948013c1a4d5613050c659520f59e2e4.
Diffstat (limited to 'gfpcrypt.h')
-rw-r--r--gfpcrypt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gfpcrypt.h b/gfpcrypt.h
index 974886fa..5addf8ed 100644
--- a/gfpcrypt.h
+++ b/gfpcrypt.h
@@ -12,7 +12,7 @@
#if CRYPTOPP_MSC_VERSION
# pragma warning(push)
-# pragma warning(disable: 4189)
+# pragma warning(disable: 4189 4231 4275)
#endif
#include "cryptlib.h"