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/audio_format.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/audio_format.h') diff --git a/src/audio_format.h b/src/audio_format.h index f9b176bc1..642eaa52a 100644 --- a/src/audio_format.h +++ b/src/audio_format.h @@ -253,7 +253,7 @@ sample_format_size(enum sample_format format) } assert(false); - return 0; + gcc_unreachable(); } /** -- cgit v1.2.3