summaryrefslogtreecommitdiff
path: root/modexppc.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 /modexppc.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 'modexppc.h')
-rw-r--r--modexppc.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/modexppc.h b/modexppc.h
index 5e8dd676..c2978871 100644
--- a/modexppc.h
+++ b/modexppc.h
@@ -9,11 +9,6 @@
#include "smartptr.h"
#include "pubkey.h"
-#if CRYPTOPP_MSC_VERSION
-# pragma warning(push)
-# pragma warning(disable: 4231 4275)
-#endif
-
NAMESPACE_BEGIN(CryptoPP)
CRYPTOPP_DLL_TEMPLATE_CLASS DL_FixedBasePrecomputationImpl<Integer>;
@@ -41,8 +36,4 @@ private:
NAMESPACE_END
-#if CRYPTOPP_MSC_VERSION
-# pragma warning(pop)
-#endif
-
#endif