summaryrefslogtreecommitdiff
path: root/ec2n.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 /ec2n.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 'ec2n.h')
-rw-r--r--ec2n.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/ec2n.h b/ec2n.h
index cc4c0462..1d4c9824 100644
--- a/ec2n.h
+++ b/ec2n.h
@@ -17,11 +17,6 @@
#include "smartptr.h"
#include "pubkey.h"
-#if CRYPTOPP_MSC_VERSION
-# pragma warning(push)
-# pragma warning(disable: 4231 4275)
-#endif
-
NAMESPACE_BEGIN(CryptoPP)
//! \class EC2N
@@ -128,8 +123,4 @@ private:
NAMESPACE_END
-#if CRYPTOPP_MSC_VERSION
-# pragma warning(pop)
-#endif
-
#endif