aboutsummaryrefslogtreecommitdiffstats
path: root/include/gsl/multi_span
diff options
context:
space:
mode:
authorNeil MacIntosh <neilmac@microsoft.com>2017-07-13 13:53:56 -0700
committerGitHub <noreply@github.com>2017-07-13 13:53:56 -0700
commitb2ee48433448556a7be63074f8aaf45ab47a95c1 (patch)
treedf94d91f17334f50c33dfea4763f3b4b282f5f85 /include/gsl/multi_span
parent1f87ef73f1477e8adafa8b10ccee042897612a20 (diff)
downloadplatform_external_Microsoft-GSL-b2ee48433448556a7be63074f8aaf45ab47a95c1.tar.gz
platform_external_Microsoft-GSL-b2ee48433448556a7be63074f8aaf45ab47a95c1.tar.bz2
platform_external_Microsoft-GSL-b2ee48433448556a7be63074f8aaf45ab47a95c1.zip
Move from unittest-cpp to catch for unit testing. (#533)
Many thanks to @rianquinn. This should fix #495, #494 and #529.
Diffstat (limited to 'include/gsl/multi_span')
-rw-r--r--include/gsl/multi_span1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/gsl/multi_span b/include/gsl/multi_span
index e381861..618c95e 100644
--- a/include/gsl/multi_span
+++ b/include/gsl/multi_span
@@ -41,6 +41,7 @@
// turn off some warnings that are noisy about our Expects statements
#pragma warning(push)
#pragma warning(disable : 4127) // conditional expression is constant
+#pragma warning(disable : 4702) // unreachable code
#if _MSC_VER < 1910
#pragma push_macro("constexpr")