Fix compile neutrino-mp

Origin commit data
------------------
Commit: 821ccf34a5
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2016-01-12 (Tue, 12 Jan 2016)
This commit is contained in:
Michael Liebmann
2016-01-12 23:53:06 +01:00
parent d329d7fe60
commit 37e8a954b9
4 changed files with 6 additions and 4 deletions

View File

@@ -2228,7 +2228,7 @@ bool CMoviePlayerGui::mountIso(CFile *file)
return false;
}
void CMoviePlayerGui::makeScreenShot(bool autoshot, bool forcover)
void CMoviePlayerGui::makeScreenShot(bool autoshot, bool /*forcover*/)
{
if (autoshot && (autoshot_done || !g_settings.auto_cover))
return;