mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Added second missing unreachable.
This commit is contained in:
@@ -2497,6 +2497,7 @@ static inline ConstInitializer *initializer_for_index(ConstInitializer *initiali
|
||||
case CONST_INIT_ARRAY_VALUE:
|
||||
UNREACHABLE
|
||||
}
|
||||
UNREACHABLE
|
||||
}
|
||||
static inline bool sema_expr_index_const_list(Expr *const_list, Expr *index, Expr *result)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user