|
@@ -3529,7 +3529,6 @@ bool check_builtin_procedure(CheckerContext *c, Operand *operand, Ast *call, i32
|
|
gb_string_free(str);
|
|
gb_string_free(str);
|
|
return false;
|
|
return false;
|
|
}
|
|
}
|
|
- gb_printf_err("%s %d\n", expr_to_string(operand->expr), operand->mode);
|
|
|
|
if (!operand->value.value_bool) {
|
|
if (!operand->value.value_bool) {
|
|
gbString arg = expr_to_string(ce->args[0]);
|
|
gbString arg = expr_to_string(ce->args[0]);
|
|
error(call, "Compile time assertion: %s", arg);
|
|
error(call, "Compile time assertion: %s", arg);
|