Skip to content

Commit fb5ebe0

Browse files
committed
mcsat/tracing.c: missing default
1 parent fe7bb38 commit fb5ebe0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/mcsat/tracing.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,9 @@ const char* kind_to_string(term_kind_t t) {
150150
return "BV64_POLY";
151151
case BV_POLY:
152152
return "BV_POLY";
153+
default:
154+
assert(false);
155+
return "UNKNOWN_TYPE";
153156
}
154157
}
155158

0 commit comments

Comments
 (0)