From ed25bfc431bd209cb78890842ac8fabf5d6ba060 Mon Sep 17 00:00:00 2001 From: "Nyx (Neal Orman)" Date: Tue, 14 Dec 2010 14:54:05 -0500 Subject: BUILDFIX uninitialized variable a potentially uninitialized variable is causing the linux build to fail. Initializing the value to 0, as its our best guess for what it should be, as davep is currently out sick. --- indra/newview/llfloatermodelpreview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview') diff --git a/indra/newview/llfloatermodelpreview.cpp b/indra/newview/llfloatermodelpreview.cpp index 7b71598b81..d1a7ba861b 100755 --- a/indra/newview/llfloatermodelpreview.cpp +++ b/indra/newview/llfloatermodelpreview.cpp @@ -2744,7 +2744,7 @@ void LLModelPreview::genLODs(S32 which_lod) build_operator = GLOD_OPERATOR_EDGE_COLLAPSE; } - U32 queue_mode; + U32 queue_mode=0; iface = mFMP->childGetSelectionInterface("queue_mode"); if (iface) { -- cgit v1.2.3