]> andersk Git - splint.git/blobdiff - test/printflike.expect
Fixed manual csvoverwrite.
[splint.git] / test / printflike.expect
index 85279397ade72a48a300b9664b6fb7bf66f6d4b3..adcd12106743d272469b609704cf580a782a075b 100644 (file)
@@ -5,16 +5,16 @@ printflike.c:5:5: Function kprint is marked printflike, but has no elipsis
                      parameter
 printflike.c:8:5: Function sprint is marked scanflike, but has no elipsis
                      parameter
-printflike.c:13:15: Traditional lint comment /*PRINTFLIKE*/ used.  This is
-    interpreted by LCLint in the same way as most Unix lints, but it is
-    preferable to replace it with either /*@printflike@*/, /*@scanflike@*/ or
+printflike.c:13:15: Traditional lint comment /*PRINTFLIKE*/ used. Splint
+    interprets this in the same way as most Unix lints, but it is preferable to
+    replace it with either /*@printflike@*/, /*@scanflike@*/ or
     /*@messagelike@*/.
 printflike.c:16:35: Multiple special function codes:
                        printflike, messagelike (first code is ignored)
 printflike.c:17:5: Function qxprint is marked messagelike, but the argument
                       before the elipsis has type int (should be char *)
 
-Finished LCLint checking --- 6 code errors found, as expected
+Finished checking --- 6 code warnings, as expected
 
 printflike.c:2:5: Function mprint is marked printflike, but has no elipsis
                      parameter
@@ -27,4 +27,4 @@ printflike.c:16:35: Multiple special function codes:
 printflike.c:17:5: Function qxprint is marked messagelike, but the argument
                       before the elipsis has type int (should be char *)
 
-Finished LCLint checking --- 5 code errors found, as expected
+Finished checking --- 5 code warnings, as expected
This page took 0.078394 seconds and 4 git commands to generate.