Fix last compiler warning.

This commit is contained in:
Aleric Inglewood
2013-01-14 22:59:49 +01:00
parent e4a3b3b5ba
commit 2df8ba19f4

View File

@@ -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
{