]> andersk Git - splint.git/blob - test/lintcomments.out
75e55eac3cd8c798257afd58b44ffde6988ce050
[splint.git] / test / lintcomments.out
1
2 Cannot find standard library: ansi.lcd
3      Check LARCH_PATH environment variable.
4 lintcomments.c: (in function f)
5 lintcomments.c:8:33: Traditional lint comment /*FALLTHROUGH*/ used.  This is
6     interpreted by LCLint in the same way as most Unix lints, but it is
7     preferable to replace it with the /*@fallthrough@*/ semantic comment
8 lintcomments.c:9:30: Traditional lint comment /*FALLTHRU*/ used.  This is
9     interpreted by LCLint in the same way as most Unix lints, but it is
10     preferable to replace it with the /*@fallthrough@*/ semantic comment
11 lintcomments.c:11:13: Fall through case (no preceding break)
12 lintcomments.c:23:21: Traditional lint comment /*NOTREACHED*/ used.  This is
13     interpreted by LCLint in the same way as most Unix lints, but it is
14     preferable to replace it with the /*@notreached@*/ semantic comment.
15
16 Finished LCLint checking --- 4 code errors found, as expected
17
18 Cannot find standard library: ansi.lcd
19      Check LARCH_PATH environment variable.
20 lintcomments.c: (in function f)
21 lintcomments.c:11:13: Fall through case (no preceding break)
22
23 Finished LCLint checking --- 1 code error found, as expected
24
25 Cannot find standard library: ansi.lcd
26      Check LARCH_PATH environment variable.
27 lintcomments.c: (in function f)
28 lintcomments.c:9:10: Fall through case (no preceding break)
29 lintcomments.c:10:10: Fall through case (no preceding break)
30 lintcomments.c:11:13: Fall through case (no preceding break)
31 lintcomments.c:24:8: Unreachable code: i++
32
33 Finished LCLint checking --- 4 code errors found, as expected
This page took 0.039502 seconds and 3 git commands to generate.