mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Make MSVC happy about definite assignment.
This commit is contained in:
@@ -109,7 +109,7 @@ bool expr_const_compare(const ExprConst *left, const ExprConst *right, BinaryOp
|
||||
case BINARYOP_EQ:
|
||||
return left_decl->enum_constant.ordinal == right_ordinal;
|
||||
default:
|
||||
goto RETURN;
|
||||
return false;
|
||||
}
|
||||
}
|
||||
case CONST_BYTES:
|
||||
|
||||
Reference in New Issue
Block a user