diff options
Diffstat (limited to 'indra/newview')
| -rw-r--r-- | indra/newview/llvotree.cpp | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/indra/newview/llvotree.cpp b/indra/newview/llvotree.cpp index 36e6da802b..575b1dbe7e 100644 --- a/indra/newview/llvotree.cpp +++ b/indra/newview/llvotree.cpp @@ -865,6 +865,10 @@ BOOL LLVOTree::updateGeometry(LLDrawable *drawable)  		mReferenceBuffer->unmapBuffer();  		llassert(vertex_count == max_vertices);  		llassert(index_count == max_indices); +#ifndef SHOW_ASSERT +        (void)vertex_count; +        (void)index_count; +#endif  	}  	//generate tree mesh | 
