diff options
author | Alain Linden <alain@lindenlab.com> | 2011-01-24 09:09:45 -0800 |
---|---|---|
committer | Alain Linden <alain@lindenlab.com> | 2011-01-24 09:09:45 -0800 |
commit | cb5957117fd3bf353a2ade84ca888c8488609a08 (patch) | |
tree | 23df506a2eef999a3b3f3537750c71f7db74131d /indra/llmath | |
parent | 5db13b9153bb926b51f1005b0e8ac0d89bbdb19d (diff) |
fix warnigs caused by skipping test.
Diffstat (limited to 'indra/llmath')
-rw-r--r-- | indra/llmath/tests/m3math_test.cpp | 5 |
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 { |