summaryrefslogtreecommitdiff
path: root/darn.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'darn.cpp')
-rw-r--r--darn.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/darn.cpp b/darn.cpp
index f3947403..eedabc58 100644
--- a/darn.cpp
+++ b/darn.cpp
@@ -23,6 +23,11 @@
# define GCC_DARN_ASM_AVAILABLE 1
#endif
+// warning C4702: unreachable code
+#if CRYPTOPP_MSC_VERSION
+# pragma warning(disable: 4702)
+#endif
+
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////