[Libreoffice-commits] core.git: avmedia/source

Tor Lillqvist tml at collabora.com
Fri May 16 13:45:37 PDT 2014


 avmedia/source/opengl/oglplayer.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit baf78fb898b0b7ec24a1f15f46e1a884b34867c6
Author: Tor Lillqvist <tml at collabora.com>
Date:   Fri May 16 23:41:59 2014 +0300

    WaE: unused parameter 'fTime'
    
    Change-Id: I1f44de228fe09584699a1e158c32882cd9e7eac7

diff --git a/avmedia/source/opengl/oglplayer.cxx b/avmedia/source/opengl/oglplayer.cxx
index ff056e3..f789acd 100644
--- a/avmedia/source/opengl/oglplayer.cxx
+++ b/avmedia/source/opengl/oglplayer.cxx
@@ -140,6 +140,7 @@ void SAL_CALL OGLPlayer::setMediaTime( double fTime ) throw ( uno::RuntimeExcept
 {
     // TODO: doesn't work, but cause problem in playing
     osl::MutexGuard aGuard(m_aMutex);
+    (void) fTime;
     //gltf_animation_set_time(m_pHandle, fTime);
 }
 


More information about the Libreoffice-commits mailing list