]> andersk Git - splint.git/blobdiff - test/lintcomments.out
Made some additional changes to the makefile. Now it builds correctly.
[splint.git] / test / lintcomments.out
index 0336249ce2fb5e3ec8af05631de7c6015ccce274..71bb4d1a70fd69f357d8fefa883d54c16cd8a0ff 100644 (file)
@@ -1,4 +1,7 @@
+gmake[3]: Entering directory `/tmp/LCLintDev/test'
 
+Cannot find standard library: ansi.lcd
+     Check LARCH_PATH environment variable.
 lintcomments.c: (in function f)
 lintcomments.c:8:33: Traditional lint comment /*FALLTHROUGH*/ used.  This is
     interpreted by LCLint in the same way as most Unix lints, but it is
@@ -13,11 +16,15 @@ lintcomments.c:23:21: Traditional lint comment /*NOTREACHED*/ used.  This is
 
 Finished LCLint checking --- 4 code errors found, as expected
 
+Cannot find standard library: ansi.lcd
+     Check LARCH_PATH environment variable.
 lintcomments.c: (in function f)
 lintcomments.c:11:13: Fall through case (no preceding break)
 
 Finished LCLint checking --- 1 code error found, as expected
 
+Cannot find standard library: ansi.lcd
+     Check LARCH_PATH environment variable.
 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)
@@ -25,3 +32,4 @@ lintcomments.c:11:13: Fall through case (no preceding break)
 lintcomments.c:24:8: Unreachable code: i++
 
 Finished LCLint checking --- 4 code errors found, as expected
+gmake[3]: Leaving directory `/tmp/LCLintDev/test'
This page took 0.071321 seconds and 4 git commands to generate.