Home | Sort by: relevance | last modified time | path |
/src/usr.bin/xlint/lint1/ | |
decl.c | 2515 type_t *proto_tp = proto_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 | 2515 type_t *proto_tp = proto_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 | 2515 type_t *proto_tp = proto_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)) { |