summaryrefslogtreecommitdiff
path: root/strciphr.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 /strciphr.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 'strciphr.h')
-rw-r--r--strciphr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/strciphr.h b/strciphr.h
index ff7cca67..83be614c 100644
--- a/strciphr.h
+++ b/strciphr.h
@@ -32,7 +32,7 @@
#if CRYPTOPP_MSC_VERSION
# pragma warning(push)
-# pragma warning(disable: 4127 4189 4231 4275)
+# pragma warning(disable: 4127 4189)
#endif
#include "cryptlib.h"