]> andersk Git - splint.git/blame - test/lintcomments.expect
Renaming - LCLint => Splint
[splint.git] / test / lintcomments.expect
CommitLineData
885824d3 1
2lintcomments.c: (in function f)
3lintcomments.c:8:33: Traditional lint comment /*FALLTHROUGH*/ used. This is
4 interpreted by LCLint in the same way as most Unix lints, but it is
80ee600a 5 preferable to replace it with the /*@fallthrough@*/ semantic comment
885824d3 6lintcomments.c:9:30: Traditional lint comment /*FALLTHRU*/ used. This is
7 interpreted by LCLint in the same way as most Unix lints, but it is
80ee600a 8 preferable to replace it with the /*@fallthrough@*/ semantic comment
2209bcb7 9lintcomments.c:11:13: Fall through case (no preceding break)
885824d3 10lintcomments.c:23:21: Traditional lint comment /*NOTREACHED*/ used. This is
11 interpreted by LCLint in the same way as most Unix lints, but it is
80ee600a 12 preferable to replace it with the /*@notreached@*/ semantic comment.
885824d3 13
11db3170 14Finished checking --- 4 code warnings, as expected
885824d3 15
16lintcomments.c: (in function f)
2209bcb7 17lintcomments.c:11:13: Fall through case (no preceding break)
885824d3 18
11db3170 19Finished checking --- 1 code warning, as expected
885824d3 20
21lintcomments.c: (in function f)
2209bcb7 22lintcomments.c:9:10: Fall through case (no preceding break)
23lintcomments.c:10:10: Fall through case (no preceding break)
24lintcomments.c:11:13: Fall through case (no preceding break)
885824d3 25lintcomments.c:24:8: Unreachable code: i++
26
11db3170 27Finished checking --- 4 code warnings, as expected
This page took 0.130171 seconds and 5 git commands to generate.