From 67f591a9ce60651da41afc499bd9a22e25314e35 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 3 Aug 2013 21:34:17 +0200 Subject: gcc.h: add macro gcc_unreachable() --- src/DecoderControl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/DecoderControl.cxx') diff --git a/src/DecoderControl.cxx b/src/DecoderControl.cxx index a8f41f564..6721bd55a 100644 --- a/src/DecoderControl.cxx +++ b/src/DecoderControl.cxx @@ -99,7 +99,7 @@ decoder_control::IsCurrentSong(const Song *_song) const } assert(false); - return false; + gcc_unreachable(); } void -- cgit v1.2.3