summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2010-12-29 16:29:34 -0600
committerDave Parks <davep@lindenlab.com>2010-12-29 16:29:34 -0600
commitfad456e2b13fab83206240d7973dd2529b53de9e (patch)
treec35bc335bfbec8cab574d083ed7fa2a4f178876e /indra
parent6262c4a427422ea82bbdafd7e701b700784663a6 (diff)
SH-647 Switch asserts to warnings in octree for development builds (were already warnings in release builds).
Diffstat (limited to 'indra')
-rw-r--r--indra/llmath/lloctree.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/llmath/lloctree.h b/indra/llmath/lloctree.h
index ed97ff76ba..276f7b0f06 100644
--- a/indra/llmath/lloctree.h
+++ b/indra/llmath/lloctree.h
@@ -33,11 +33,7 @@
#include <vector>
#include <set>
-#if LL_RELEASE_WITH_DEBUG_INFO || LL_DEBUG
-#define OCT_ERRS LL_ERRS("OctreeErrors")
-#else
#define OCT_ERRS LL_WARNS("OctreeErrors")
-#endif
#define LL_OCTREE_PARANOIA_CHECK 0
#if LL_DARWIN