]> andersk Git - splint.git/blobdiff - test/outglob.expect
Improved tracking of state change locations. Added +showdeephistory
[splint.git] / test / outglob.expect
index d63b95d64054d4b392a33d1dc6ef4bfe737647d3..e9ae294e3d498e4c1e83b3975cb955a23aa4455e 100644 (file)
@@ -11,10 +11,10 @@ outglob.c:21:10: Undef global x1 used before definition
 outglob.c:22:10: Global x2 used by function undefined before call: g
 outglob.c:27:10: Undef global x3 used before definition
 outglob.c:37:14: Function returns with global x3 undefined
-   outglob.lcl:3: Storage x3 becomes undefined
+   outglob.c:5:20: Storage x3 defined [[[ error - look into this ]]]
 outglob.c:41:13: Function returns with global x2 undefined
-   outglob.lcl:3: Storage x2 becomes undefined
+   outglob.c:1:12: Storage x2 defined
 outglob.c:41:13: Function returns with global x3 undefined
-   outglob.lcl:3: Storage x3 becomes undefined
+   outglob.c:5:20: Storage x3 defined
 
 Finished checking --- 10 code warnings, as expected
This page took 0.10246 seconds and 4 git commands to generate.