Merge branch 'master' into map-dev

This commit is contained in:
gingerBill
2022-11-11 15:56:14 +00:00

View File

@@ -4187,7 +4187,7 @@ bool check_builtin_procedure(CheckerContext *c, Operand *operand, Ast *call, i32
gbString str = type_to_string(ptr0.type);
error(ptr0.expr, "Expected a pointer to a non-zero sized element for '%.*s', got %s", LIT(builtin_name), str);
gb_string_free(str);
return false
return false;
}
}
break;