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