From 9d72930328a3a7c193bd2e834d1d1ade91210e55 Mon Sep 17 00:00:00 2001
From: "Karl Stiefvater (qarl)" <qarl@lindenlab.com>
Date: Mon, 24 May 2010 17:19:07 -0500
Subject: [PATCH] fix osx build.

---
 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 edb97eef24f..b40e6af4968 100644
--- a/indra/newview/llvograss.cpp
+++ b/indra/newview/llvograss.cpp
@@ -596,7 +596,7 @@ BOOL LLVOGrass::lineSegmentIntersect(const LLVector3& start, const LLVector3& en
 	LLVector3 v[4];
 	// LLVector3 n[4]; // unused!
 
-	F32 closest_t = 1.f;
+	// F32 closest_t = 1.f; // unused!
 
 	for (S32 i = 0;  i < mNumBlades; i++)
 	{
-- 
GitLab