]> andersk Git - splint.git/blob - test/printflike.out
28030aca225cca625ed58fa57af7811f9049356e
[splint.git] / test / printflike.out
1
2 Cannot find standard library: ansi.lcd
3      Check LARCH_PATH environment variable.
4 printflike.c:2:5: Function mprint is marked printflike, but has no elipsis
5                      parameter
6 printflike.c:5:5: Function kprint is marked printflike, but has no elipsis
7                      parameter
8 printflike.c:8:5: Function sprint is marked scanflike, but has no elipsis
9                      parameter
10 printflike.c:13:15: Traditional lint comment /*PRINTFLIKE*/ used.  This is
11     interpreted by LCLint in the same way as most Unix lints, but it is
12     preferable to replace it with either /*@printflike@*/, /*@scanflike@*/ or
13     /*@messagelike@*/.
14 printflike.c:16:35: Multiple special function codes:
15                        printflike, messagelike (first code is ignored)
16 printflike.c:17:5: Function qxprint is marked messagelike, but the argument
17                       before the elipsis has type int (should be char *)
18
19 Finished LCLint checking --- 6 code errors found, as expected
20
21 Cannot find standard library: ansi.lcd
22      Check LARCH_PATH environment variable.
23 printflike.c:2:5: Function mprint is marked printflike, but has no elipsis
24                      parameter
25 printflike.c:5:5: Function kprint is marked printflike, but has no elipsis
26                      parameter
27 printflike.c:8:5: Function sprint is marked scanflike, but has no elipsis
28                      parameter
29 printflike.c:16:35: Multiple special function codes:
30                        printflike, messagelike (first code is ignored)
31 printflike.c:17:5: Function qxprint is marked messagelike, but the argument
32                       before the elipsis has type int (should be char *)
33
34 Finished LCLint checking --- 5 code errors found, as expected
This page took 0.090695 seconds and 3 git commands to generate.