mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 07:51:19 +02:00
moviplayer: suppress unused variable warning
This commit is contained in:
committed by
Jacek Jendrzej
parent
17afd5c87a
commit
c7f429019d
@@ -2844,6 +2844,8 @@ void CMoviePlayerGui::makeScreenShot(bool autoshot, bool forcover)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
sc->Start();
|
sc->Start();
|
||||||
|
#else
|
||||||
|
(void)forcover;
|
||||||
#endif
|
#endif
|
||||||
if (autoshot)
|
if (autoshot)
|
||||||
autoshot_done = true;
|
autoshot_done = true;
|
||||||
|
Reference in New Issue
Block a user