mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-18 06:51:47 +00:00
disable some debug
This commit is contained in:
parent
d788d02716
commit
6b20862865
1 changed files with 2 additions and 2 deletions
|
@ -1887,8 +1887,8 @@ function_expr (expr_t *e1, expr_t *e2)
|
|||
e->type = expr_types[t->type];
|
||||
}
|
||||
if (!type_assignable (ftype->parm_types[i], t)) {
|
||||
print_type (ftype->parm_types[i]); puts ("");
|
||||
print_type (t); puts ("");
|
||||
//print_type (ftype->parm_types[i]); puts ("");
|
||||
//print_type (t); puts ("");
|
||||
err = error (e, "type mismatch for parameter %d of %s",
|
||||
i + 1, e1->e.def->name);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue