msg_004.exp revision 1.3
1add has its return value used inconsistently by msg_004_define.c(2) and msg_004_call.c(4) [lint2:004] 2add returns 'double' at msg_004_define.c(2), versus 'int' at msg_004_call.c(2) [lint2:005] 3add has argument 1 with type 'double' at msg_004_define.c(2), versus 'int' at msg_004_call.c(4) [lint2:006] 4add has argument 2 with type 'double' at msg_004_define.c(2), versus 'int' at msg_004_call.c(4) [lint2:006] 5add has parameter 1 declared as 'double' in msg_004_define.c(2), versus 'int' in msg_004_call.c(2) [lint2:011] 6add has parameter 2 declared as 'double' in msg_004_define.c(2), versus 'int' in msg_004_call.c(2) [lint2:011] 7