Remove some warnings

This commit is contained in:
Damien
2012-12-15 17:17:34 +01:00
parent 38d110df5d
commit fca4c27d2c
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
}