diff options
Diffstat (limited to 'src/mixer/Volume.hxx')
-rw-r--r-- | src/mixer/Volume.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mixer/Volume.hxx b/src/mixer/Volume.hxx index c74786469..5ca467d77 100644 --- a/src/mixer/Volume.hxx +++ b/src/mixer/Volume.hxx @@ -26,11 +26,11 @@ class MultipleOutputs; class BufferedOutputStream; void -InvalidateHardwareVolume(); +InvalidateHardwareVolume() noexcept; gcc_pure int -volume_level_get(const MultipleOutputs &outputs); +volume_level_get(const MultipleOutputs &outputs) noexcept; bool volume_level_change(MultipleOutputs &outputs, unsigned volume); @@ -49,6 +49,6 @@ save_sw_volume_state(BufferedOutputStream &os); */ gcc_pure unsigned -sw_volume_state_get_hash(); +sw_volume_state_get_hash() noexcept; #endif |