Codechange: Silence warnings about intentionally unused parameters.
This commit is contained in:
@@ -95,7 +95,7 @@ bool MusicDriver_ExtMidi::IsSongPlaying()
|
||||
return this->pid != -1;
|
||||
}
|
||||
|
||||
void MusicDriver_ExtMidi::SetVolume(byte vol)
|
||||
void MusicDriver_ExtMidi::SetVolume(byte)
|
||||
{
|
||||
Debug(driver, 1, "extmidi: set volume not implemented");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user