diff --git a/src/gui/movieplayer.cpp b/src/gui/movieplayer.cpp index 1f7e94cac..f8c2c4482 100644 --- a/src/gui/movieplayer.cpp +++ b/src/gui/movieplayer.cpp @@ -2844,6 +2844,8 @@ void CMoviePlayerGui::makeScreenShot(bool autoshot, bool forcover) } } sc->Start(); +#else + (void)forcover; #endif if (autoshot) autoshot_done = true;