From fad456e2b13fab83206240d7973dd2529b53de9e Mon Sep 17 00:00:00 2001 From: Dave Parks Date: Wed, 29 Dec 2010 16:29:34 -0600 Subject: SH-647 Switch asserts to warnings in octree for development builds (were already warnings in release builds). --- indra/llmath/lloctree.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'indra') 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 #include -#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 -- cgit v1.2.3