Remove some warnings

This commit is contained in:
Damien
2012-12-15 17:17:34 +01:00
parent 14859d8a51
commit 6ed7585eec
14 changed files with 24 additions and 27 deletions

View File

@@ -347,7 +347,7 @@ ErgFilePlot::setData(ErgFile *ergfile)
}
void
ErgFilePlot::setNow(long msecs)
ErgFilePlot::setNow(long /*msecs*/)
{
replot(); // and update
}