]> andersk Git - splint.git/blobdiff - test/glob.out
Added mtgrammar.c.der
[splint.git] / test / glob.out
index d6c6a1579a28ae81e051c2ab774695b0756d2f96..fc0a32c281bc4b6364c1ec83f2d65f2f8e7fa39d 100644 (file)
@@ -1,7 +1,31 @@
 
-Cannot find standard library: ansi.lcd
-     Check LARCH_PATH environment variable.
-Continuing without LCL init file: lclinit.lci
-Continuing without LSL init file: lslinit.lsi
-Unable to find CTrait.syms or CTrait.lsl.  Check LARCH_PATH environment
-variable.
+glob.c: (in function useGlob)
+glob.lcl:3: Global z listed but not used
+glob.c: (in function dontuseGlob)
+glob.c:13:11: Undocumented use of global x
+glob.c: (in function callsUseGlob)
+glob.c:23:11: Called procedure useGlob may access global y
+glob.c:23:11: Called procedure useGlob may access global z
+
+Finished LCLint checking --- 4 code errors found, as expected
+
+glob.c: (in function dontuseGlob)
+glob.c:13:11: Undocumented use of global x
+glob.c: (in function callsUseGlob)
+glob.c:23:11: Called procedure useGlob may access global y
+glob.c:23:11: Called procedure useGlob may access global z
+
+Finished LCLint checking --- 3 code errors found, as expected
+
+glob.c: (in function useGlob)
+glob.lcl:3: Global z listed but not used
+glob.c: (in function dontuseGlob)
+glob.c:13:11: Undocumented use of global x
+glob.c: (in function unspec)
+glob.c:18:11: Undocumented use of global y
+glob.c:18:15: Undocumented use of global z
+glob.c: (in function callsUseGlob)
+glob.c:23:11: Called procedure useGlob may access global y
+glob.c:23:11: Called procedure useGlob may access global z
+
+Finished LCLint checking --- 6 code errors found, as expected
This page took 0.023727 seconds and 4 git commands to generate.