summaryrefslogtreecommitdiff
path: root/gfpcrypt.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2017-06-02 05:06:56 -0400
committerJeffrey Walton <noloader@gmail.com>2017-06-02 05:06:56 -0400
commitc3871aec948013c1a4d5613050c659520f59e2e4 (patch)
treee225eb08c119149fbd211a578c2383f8b5c761bf /gfpcrypt.h
parentdd42fa3ef63ee2ac8d335c3e261aa7c4d030d292 (diff)
downloadcryptopp-git-c3871aec948013c1a4d5613050c659520f59e2e4.tar.gz
Revert "Clear Visual Studio warnings (Issue 412)"
This reverts commit eb3b27a6a543. The change broke GCC 4.8 and unknown version of Clang on OS X. UB reported the OS X break, and JW found duplicated the break on a ARM CubieTruck with GCC 4.8.
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 5addf8ed..974886fa 100644
--- a/gfpcrypt.h
+++ b/gfpcrypt.h
@@ -12,7 +12,7 @@
#if CRYPTOPP_MSC_VERSION
# pragma warning(push)
-# pragma warning(disable: 4189 4231 4275)
+# pragma warning(disable: 4189)
#endif
#include "cryptlib.h"