summaryrefslogtreecommitdiffstats
path: root/src/crypto/test/file_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/test/file_test.h')
-rw-r--r--src/crypto/test/file_test.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/crypto/test/file_test.h b/src/crypto/test/file_test.h
index 24651ab..7303d8a 100644
--- a/src/crypto/test/file_test.h
+++ b/src/crypto/test/file_test.h
@@ -18,19 +18,11 @@
#include <stdint.h>
#include <stdio.h>
-#if defined(_MSC_VER)
-#pragma warning(push)
-#pragma warning(disable: 4702)
-#endif
-
#include <string>
#include <map>
#include <set>
#include <vector>
-#if defined(_MSC_VER)
-#pragma warning(pop)
-#endif
// File-based test framework.
//