summaryrefslogtreecommitdiff
path: root/tests/usr.bin/xlint/lint2/msg_005.exp
blob: 2ccaec9cc470085c0d28219c655442ef1d6c3959 (plain)
1
2
3
4
5
6
add value used inconsistently  	msg_005_define.c(2)  ::  msg_005_call.c(4)
add value declared inconsistently (double != int) 	msg_005_define.c(2)  ::  msg_005_call.c(2)
add, arg 1 used inconsistently  	msg_005_define.c(2)[double]  ::  msg_005_call.c(4)[int]
add, arg 2 used inconsistently  	msg_005_define.c(2)[double]  ::  msg_005_call.c(4)[int]
add, arg 1 declared inconsistently (double != int)	msg_005_define.c(2) :: msg_005_call.c(2)
add, arg 2 declared inconsistently (double != int)	msg_005_define.c(2) :: msg_005_call.c(2)