]> andersk Git - splint.git/blame - test/lintcomments.out
*** empty log message ***
[splint.git] / test / lintcomments.out
CommitLineData
86d93ed3 1
2lintcomments.c: (in function f)
3lintcomments.c:7:51: Traditional lint comment /*FALLTHROUGH*/ used. Splint
4 interprets this in the same way as most Unix lints, but it is preferable to
5 replace it with the /*@fallthrough@*/ semantic comment
6lintcomments.c:8:33: Traditional lint comment /*FALLTHROUGH*/ used. Splint
7 interprets this in the same way as most Unix lints, but it is preferable to
8 replace it with the /*@fallthrough@*/ semantic comment
9lintcomments.c:9:30: Traditional lint comment /*FALLTHRU*/ used. Splint
10 interprets this in the same way as most Unix lints, but it is preferable to
11 replace it with the /*@fallthrough@*/ semantic comment
12lintcomments.c:11:13: Fall through case (no preceding break)
13lintcomments.c:23:21: Traditional lint comment /*NOTREACHED*/ used. Splint
14 interprets this in the same way as most Unix lints, but it is preferable to
15 replace it with the /*@notreached@*/ semantic comment.
16
17Finished checking --- 5 code warnings, as expected
18
19lintcomments.c: (in function f)
20lintcomments.c:11:13: Fall through case (no preceding break)
21
22Finished checking --- 1 code warning, as expected
23
24lintcomments.c: (in function f)
25lintcomments.c:9:10: Fall through case (no preceding break)
26lintcomments.c:10:10: Fall through case (no preceding break)
27lintcomments.c:11:13: Fall through case (no preceding break)
28lintcomments.c:24:8: Unreachable code: i++
29
30Finished checking --- 4 code warnings, as expected
This page took 0.101386 seconds and 5 git commands to generate.