Trivial build fixes for Linux
This commit is contained in:
@@ -966,6 +966,11 @@ void LLMediaCtrl::handleMediaEvent(LLPluginClassMedia* self, EMediaEvent event)
|
||||
LL_DEBUGS("Media") << "Media event: MEDIA_EVENT_NAME_CHANGED" << LL_ENDL;
|
||||
};
|
||||
break;
|
||||
|
||||
default:
|
||||
{
|
||||
LL_WARNS("Media") << "Media event: unknown event type" << LL_ENDL;
|
||||
};
|
||||
};
|
||||
|
||||
// chain all events to any potential observers of this object.
|
||||
|
||||
@@ -560,6 +560,11 @@ void LLViewerParcelMedia::handleMediaEvent(LLPluginClassMedia* self, EMediaEvent
|
||||
LL_DEBUGS("Media") << "Media event: MEDIA_EVENT_NAME_CHANGED" << LL_ENDL;
|
||||
};
|
||||
break;
|
||||
|
||||
default:
|
||||
{
|
||||
LL_WARNS("Media") << "Media event: unknown event type" << LL_ENDL;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
@@ -4062,7 +4062,7 @@ void LLTexturePipelineTester::LLTextureTestSession::reset()
|
||||
|
||||
mInstantPerformanceListCounter = 0 ;
|
||||
}
|
||||
#endif 0
|
||||
#endif //0
|
||||
//----------------------------------------------------------------------------------------------
|
||||
//end of LLTexturePipelineTester
|
||||
//----------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user