summaryrefslogtreecommitdiff
path: root/dlltest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'dlltest.cpp')
-rw-r--r--dlltest.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/dlltest.cpp b/dlltest.cpp
index 27def6f0..102fd7d0 100644
--- a/dlltest.cpp
+++ b/dlltest.cpp
@@ -6,6 +6,10 @@
#include "cryptlib.h"
#include "filters.h"
+#if CRYPTOPP_MSC_VERSION
+# pragma warning(disable: 4505 4355)
+#endif
+
USING_NAMESPACE(CryptoPP)
USING_NAMESPACE(std)