aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcm/PcmVolume.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/pcm/PcmVolume.cxx')
-rw-r--r--src/pcm/PcmVolume.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/pcm/PcmVolume.cxx b/src/pcm/PcmVolume.cxx
index 556ab9925..c22017ddd 100644
--- a/src/pcm/PcmVolume.cxx
+++ b/src/pcm/PcmVolume.cxx
@@ -188,7 +188,6 @@ pcm_volume(void *buffer, size_t length,
return true;
}
- /* unreachable */
assert(false);
- return false;
+ gcc_unreachable();
}