diff --git a/src/compiler/number.c b/src/compiler/number.c index fc637b08b..ee2fd8c80 100644 --- a/src/compiler/number.c +++ b/src/compiler/number.c @@ -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: