mixer/Listener: add noexcept

This commit is contained in:
Max Kellermann
2019-05-31 14:09:47 +02:00
parent 11ec7117ab
commit 7739b3960c
4 changed files with 7 additions and 6 deletions

View File

@@ -151,7 +151,7 @@ Partition::OnBorderPause() noexcept
}
void
Partition::OnMixerVolumeChanged(gcc_unused Mixer &mixer, gcc_unused int volume)
Partition::OnMixerVolumeChanged(Mixer &, int) noexcept
{
InvalidateHardwareVolume();