moviplayer: suppress unused variable warning

This commit is contained in:
Stefan Seyfried
2017-09-23 18:14:22 +02:00
committed by Jacek Jendrzej
parent 17afd5c87a
commit c7f429019d

View File

@@ -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;