summaryrefslogtreecommitdiff
path: root/avmedia
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-05-16 23:41:59 +0300
committerTor Lillqvist <tml@collabora.com>2014-05-16 23:41:59 +0300
commitbaf78fb898b0b7ec24a1f15f46e1a884b34867c6 (patch)
tree890f3000c94d60bab1fa488b3ce325be87d44a1c /avmedia
parent29316ee0350654515463043f8fb818a0e84e4386 (diff)
WaE: unused parameter 'fTime'
Change-Id: I1f44de228fe09584699a1e158c32882cd9e7eac7
Diffstat (limited to 'avmedia')
-rw-r--r--avmedia/source/opengl/oglplayer.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/avmedia/source/opengl/oglplayer.cxx b/avmedia/source/opengl/oglplayer.cxx
index ff056e353f7a..f789acd4dde2 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);
}