[vlc-commits] Qt: SeekSlider: remove warning
Francois Cartegnie
git at videolan.org
Sun Jun 12 17:39:57 CEST 2011
vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Sun Jun 12 17:23:40 2011 +0200| [ff16439922b6bb5da2aba3e78ab44be6893b9e50] | committer: Francois Cartegnie
Qt: SeekSlider: remove warning
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ff16439922b6bb5da2aba3e78ab44be6893b9e50
---
modules/gui/qt4/util/input_slider.cpp | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules/gui/qt4/util/input_slider.cpp b/modules/gui/qt4/util/input_slider.cpp
index 3c51b29..81db2e4 100644
--- a/modules/gui/qt4/util/input_slider.cpp
+++ b/modules/gui/qt4/util/input_slider.cpp
@@ -87,6 +87,7 @@ SeekSlider::SeekSlider( Qt::Orientation q, QWidget *_parent )
***/
void SeekSlider::setPosition( float pos, int64_t time, int length )
{
+ VLC_UNUSED(time);
if( pos == -1.0 )
{
setEnabled( false );
More information about the vlc-commits
mailing list