X-Git-Url: http://andersk.mit.edu/gitweb/splint.git/blobdiff_plain/f7bbce9ea62eae4ce5860c92957c0506f8e8d23e..b2d6351a4779b8f0c4e781915f41191b8a3c1150:/test/lintcomments.out diff --git a/test/lintcomments.out b/test/lintcomments.out deleted file mode 100644 index 46dec81..0000000 --- a/test/lintcomments.out +++ /dev/null @@ -1,30 +0,0 @@ - -lintcomments.c: (in function f) -lintcomments.c:7:51: Traditional lint comment /*FALLTHROUGH*/ used. Splint - interprets this in the same way as most Unix lints, but it is preferable to - replace it with the /*@fallthrough@*/ semantic comment -lintcomments.c:8:33: Traditional lint comment /*FALLTHROUGH*/ used. Splint - interprets this in the same way as most Unix lints, but it is preferable to - replace it with the /*@fallthrough@*/ semantic comment -lintcomments.c:9:30: Traditional lint comment /*FALLTHRU*/ used. Splint - interprets this in the same way as most Unix lints, but it is preferable to - replace it with the /*@fallthrough@*/ semantic comment -lintcomments.c:11:13: Fall through case (no preceding break) -lintcomments.c:23:21: Traditional lint comment /*NOTREACHED*/ used. Splint - interprets this in the same way as most Unix lints, but it is preferable to - replace it with the /*@notreached@*/ semantic comment. - -Finished checking --- 5 code warnings, as expected - -lintcomments.c: (in function f) -lintcomments.c:11:13: Fall through case (no preceding break) - -Finished checking --- 1 code warning, as expected - -lintcomments.c: (in function f) -lintcomments.c:9:10: Fall through case (no preceding break) -lintcomments.c:10:10: Fall through case (no preceding break) -lintcomments.c:11:13: Fall through case (no preceding break) -lintcomments.c:24:8: Unreachable code: i++ - -Finished checking --- 4 code warnings, as expected