Trivial build fixes for Linux

This commit is contained in:
Siana Gearz
2011-08-18 21:17:32 +02:00
parent b8cd305f89
commit 9d05a11ef0
3 changed files with 11 additions and 1 deletions

View File

@@ -966,6 +966,11 @@ void LLMediaCtrl::handleMediaEvent(LLPluginClassMedia* self, EMediaEvent event)
LL_DEBUGS("Media") << "Media event: MEDIA_EVENT_NAME_CHANGED" << LL_ENDL; LL_DEBUGS("Media") << "Media event: MEDIA_EVENT_NAME_CHANGED" << LL_ENDL;
}; };
break; break;
default:
{
LL_WARNS("Media") << "Media event: unknown event type" << LL_ENDL;
};
}; };
// chain all events to any potential observers of this object. // chain all events to any potential observers of this object.

View File

@@ -560,6 +560,11 @@ void LLViewerParcelMedia::handleMediaEvent(LLPluginClassMedia* self, EMediaEvent
LL_DEBUGS("Media") << "Media event: MEDIA_EVENT_NAME_CHANGED" << LL_ENDL; LL_DEBUGS("Media") << "Media event: MEDIA_EVENT_NAME_CHANGED" << LL_ENDL;
}; };
break; break;
default:
{
LL_WARNS("Media") << "Media event: unknown event type" << LL_ENDL;
};
}; };
} }

View File

@@ -4062,7 +4062,7 @@ void LLTexturePipelineTester::LLTextureTestSession::reset()
mInstantPerformanceListCounter = 0 ; mInstantPerformanceListCounter = 0 ;
} }
#endif 0 #endif //0
//---------------------------------------------------------------------------------------------- //----------------------------------------------------------------------------------------------
//end of LLTexturePipelineTester //end of LLTexturePipelineTester
//---------------------------------------------------------------------------------------------- //----------------------------------------------------------------------------------------------