]> andersk Git - splint.git/blobdiff - test/printflike.out
Added doc/Makefile.am to get make dist to work.
[splint.git] / test / printflike.out
index 28030aca225cca625ed58fa57af7811f9049356e..adcd12106743d272469b609704cf580a782a075b 100644 (file)
@@ -1,25 +1,21 @@
 
-Cannot find standard library: ansi.lcd
-     Check LARCH_PATH environment variable.
 printflike.c:2:5: Function mprint is marked printflike, but has no elipsis
                      parameter
 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
 
-Cannot find standard library: ansi.lcd
-     Check LARCH_PATH environment variable.
 printflike.c:2:5: Function mprint is marked printflike, but has no elipsis
                      parameter
 printflike.c:5:5: Function kprint is marked printflike, but has no elipsis
@@ -31,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.031963 seconds and 4 git commands to generate.