aboutsummaryrefslogtreecommitdiffstats
path: root/src/audio_format.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/audio_format.h')
-rw-r--r--src/audio_format.h2
1 files changed, 1 insertions, 1 deletions
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();
}
/**