From 4f2584aaac5f748530695dc1f150188b69318676 Mon Sep 17 00:00:00 2001 From: Todd Stinson Date: Thu, 19 Apr 2012 10:38:05 -0700 Subject: BUILDFIX: Correcting a linux/mac build issue. --- indra/newview/llfloaterpathfindingconsole.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llfloaterpathfindingconsole.cpp b/indra/newview/llfloaterpathfindingconsole.cpp index e729fad5a2..962ff74459 100644 --- a/indra/newview/llfloaterpathfindingconsole.cpp +++ b/indra/newview/llfloaterpathfindingconsole.cpp @@ -961,7 +961,7 @@ BOOL LLFloaterPathfindingConsole::isRenderAnyShapes() const U32 LLFloaterPathfindingConsole::getRenderShapeFlags() { - U32 shapeRenderFlag; + U32 shapeRenderFlag = 0U; if (isRenderWalkables()) { -- cgit v1.2.3