From 4c257db33b643a1bd662fd0ff8729fcf8aceb14b Mon Sep 17 00:00:00 2001 From: Tofu Linden <tofu.linden@lindenlab.com> Date: Tue, 25 May 2010 12:17:33 +0100 Subject: [PATCH] fix another gcc whine. --- indra/newview/llvograss.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llvograss.cpp b/indra/newview/llvograss.cpp index d2842fd62ce..91c9b762c57 100644 --- a/indra/newview/llvograss.cpp +++ b/indra/newview/llvograss.cpp @@ -594,7 +594,7 @@ BOOL LLVOGrass::lineSegmentIntersect(const LLVector3& start, const LLVector3& en LLVector2 tc[4]; LLVector3 v[4]; - LLVector3 n[4]; + //LLVector3 n[4]; F32 closest_t = 1.f; -- GitLab