summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorAlain Linden <alain@lindenlab.com>2011-01-24 09:09:45 -0800
committerAlain Linden <alain@lindenlab.com>2011-01-24 09:09:45 -0800
commitcb5957117fd3bf353a2ade84ca888c8488609a08 (patch)
tree23df506a2eef999a3b3f3537750c71f7db74131d /indra
parent5db13b9153bb926b51f1005b0e8ac0d89bbdb19d (diff)
fix warnigs caused by skipping test.
Diffstat (limited to 'indra')
-rw-r--r--indra/llmath/tests/m3math_test.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/llmath/tests/m3math_test.cpp b/indra/llmath/tests/m3math_test.cpp
index 89058f2314..622ee28288 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
{