11.5Srilligadd has its return value used inconsistently by msg_011_define.c(2) and msg_011_call.c(4) [lint2:004]
21.5Srilligadd returns 'double' at msg_011_define.c(2), versus 'int' at msg_011_call.c(2) [lint2:005]
31.5Srilligadd has argument 1 with type 'double' at msg_011_define.c(2), versus 'int' at msg_011_call.c(4) [lint2:006]
41.5Srilligadd has argument 2 with type 'double' at msg_011_define.c(2), versus 'int' at msg_011_call.c(4) [lint2:006]
51.5Srilligadd has parameter 1 declared as 'double' in msg_011_define.c(2), versus 'int' in msg_011_call.c(2) [lint2:011]
61.5Srilligadd has parameter 2 declared as 'double' in msg_011_define.c(2), versus 'int' in msg_011_call.c(2) [lint2:011]
71.5Srilligfunc_param is defined in msg_011_call_func.c(11) but never used [lint2:001]
81.5Srilligfunc_param has parameter 1 declared as 'pointer to function(char) returning void' in msg_011_call_func.c(11), versus 'pointer to function() returning void' in msg_011_call_func.c(12) [lint2:011]
91.5Srilligfunc_param has parameter 1 declared as 'pointer to function(char) returning void' in msg_011_call_func.c(11), versus 'pointer to function(void) returning void' in msg_011_call_func.c(13) [lint2:011]
101.5Srilligfunc_param has parameter 1 declared as 'pointer to function(char) returning void' in msg_011_call_func.c(11), versus 'pointer to function(double) returning void' in msg_011_call_func.c(14) [lint2:011]
111.5Srilligfunc_param has parameter 1 declared as 'pointer to function(char) returning void' in msg_011_call_func.c(11), versus 'pointer to function(double, double) returning void' in msg_011_call_func.c(15) [lint2:011]
12