summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/binaryen-c.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/binaryen-c.cpp b/src/binaryen-c.cpp
index 6f771c49c..e827392c0 100644
--- a/src/binaryen-c.cpp
+++ b/src/binaryen-c.cpp
@@ -112,6 +112,7 @@ Literal fromBinaryenLiteral(BinaryenLiteral x) {
case HeapType::eq:
case HeapType::data:
assert(false && "Literals must have concrete types");
+ WASM_UNREACHABLE("no fallthrough here");
case HeapType::i31:
case HeapType::string:
case HeapType::stringview_wtf8: