blob: b5c175967c2b7ed88a82e5f5336ecf0c633dc465 (
plain)
1
2
3
4
5
6
|
add value used inconsistently msg_006_define.c(2) :: msg_006_call.c(4)
add value declared inconsistently (double != int) msg_006_define.c(2) :: msg_006_call.c(2)
add, arg 1 used inconsistently msg_006_define.c(2)[double] :: msg_006_call.c(4)[int]
add, arg 2 used inconsistently msg_006_define.c(2)[double] :: msg_006_call.c(4)[int]
add, arg 1 declared inconsistently (double != int) msg_006_define.c(2) :: msg_006_call.c(2)
add, arg 2 declared inconsistently (double != int) msg_006_define.c(2) :: msg_006_call.c(2)
|