From 2df8ba19f47e4e8d808d60ac347897e22e17bff8 Mon Sep 17 00:00:00 2001 From: Aleric Inglewood Date: Mon, 14 Jan 2013 22:59:49 +0100 Subject: [PATCH] Fix last compiler warning. --- indra/newview/llwldaycycle.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llwldaycycle.cpp b/indra/newview/llwldaycycle.cpp index d6383d311..5235334f9 100644 --- a/indra/newview/llwldaycycle.cpp +++ b/indra/newview/llwldaycycle.cpp @@ -348,7 +348,7 @@ bool LLWLDayCycle::hasReferencesTo(const LLWLParamKey& keyframe) const void LLWLDayCycle::removeReferencesTo(const LLWLParamKey& keyframe) { lldebugs << "Removing references to key frame " << keyframe.toLLSD() << llendl; - F32 keytime; + F32 keytime = 0.f; // Avoid compiler warning. bool might_exist; do {