]> andersk Git - splint.git/blame - test/args.expect
Remove unused cpplib_createDefinition.
[splint.git] / test / args.expect
CommitLineData
885824d3 1
2args.c: (in function sumn)
3args.c:14:7: Assignment of char * to int: y = va_arg(args, char *)
4args.c:15:19: First argument to va_arg is not a va_list (type void *): yaba
5args.c: (in function test)
6args.c:22:7: Function sumn called with 0 args, expects at least 1
7args.c:24:12: Function sumn expects arg 1 to be int gets char *: s
8args.c:27:7: Function test called with 3 args, expects 2
9args.c:37:5: Function severalargs declared with 3 args, specified with 2
10 args.lcl:1: Specification of severalargs
11args.c:37:23: Parameter 1, c, of function severalargs has inconsistent type:
12 declared char, specified int
13 args.lcl:1: Specification of severalargs
14args.c:37:30: Parameter 2, y, of function severalargs has inconsistent type:
15 declared int, specified char *
16 args.lcl:1: Specification of severalargs
17args.c:43:5: Function severalargs2 declared with 1 arg, specified with 2
18 args.lcl:2: Specification of severalargs2
19args.c:48:5: Function voidargs declared with 1 arg, specified with 0
20 args.lcl:7: Specification of voidargs
21args.c:59:33: Parameter 3, f, of function many1 has inconsistent type:
22 declared float, specified ...
23 args.lcl:4: Specification of many1
24args.c:73:5: Function many3 declared with 1 arg, specified with 3
25 args.lcl:6: Specification of many3
26
11db3170 27Finished checking --- 12 code warnings, as expected
This page took 1.126893 seconds and 5 git commands to generate.