/src/usr.bin/xlint/lint1/ |
decl.c | 2514 type_t *old_tp = old_param->s_type; local in function:check_prototype_declaration 2518 if (!types_compatible(old_tp, proto_tp, true, true, &dowarn)) { 2519 if (types_compatible(old_tp, proto_tp, true, false, &dowarn)) {
|
decl.c | 2514 type_t *old_tp = old_param->s_type; local in function:check_prototype_declaration 2518 if (!types_compatible(old_tp, proto_tp, true, true, &dowarn)) { 2519 if (types_compatible(old_tp, proto_tp, true, false, &dowarn)) {
|