From cb5957117fd3bf353a2ade84ca888c8488609a08 Mon Sep 17 00:00:00 2001
From: Alain Linden <alain@lindenlab.com>
Date: Mon, 24 Jan 2011 09:09:45 -0800
Subject: [PATCH] fix warnigs caused by skipping test.

---
 indra/llmath/tests/m3math_test.cpp | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/indra/llmath/tests/m3math_test.cpp b/indra/llmath/tests/m3math_test.cpp
index 89058f23148..622ee28288b 100644
--- a/indra/llmath/tests/m3math_test.cpp
+++ b/indra/llmath/tests/m3math_test.cpp
@@ -36,6 +36,11 @@
 #include "../v3dmath.h"
 
 #include "../test/lltut.h"
+
+#if LL_WINDOWS
+// disable unreachable code warnings caused by usage of skip.
+#pragma warning(disable: 4702)
+#endif
 
 namespace tut
 {
-- 
GitLab