From: S. Davilla Date: Sun, 9 Feb 2014 19:34:02 +0000 (-0500) Subject: fixed, compiler warning X-Git-Tag: Gotham-beta1~140^2 X-Git-Url: http://code.vuplus.com/gitweb/?a=commitdiff_plain;h=835fa9f80ae212dae24a10a5979656189a5c9e7f;p=vuplus_xbmc fixed, compiler warning --- diff --git a/xbmc/cores/dvdplayer/DVDPlayer.cpp b/xbmc/cores/dvdplayer/DVDPlayer.cpp index e8f637c..6e66d6d 100644 --- a/xbmc/cores/dvdplayer/DVDPlayer.cpp +++ b/xbmc/cores/dvdplayer/DVDPlayer.cpp @@ -1026,7 +1026,7 @@ void CDVDPlayer::Process() if (CDVDInputStream::IMenus* ptr = dynamic_cast(m_pInputStream)) { CLog::Log(LOGNOTICE, "DVDPlayer: playing a file with menu's"); - if(CDVDInputStreamNavigator* nav = dynamic_cast(m_pInputStream)) + if(dynamic_cast(m_pInputStream)) m_PlayerOptions.starttime = 0; if(m_PlayerOptions.state.size() > 0)