]> andersk Git - splint.git/blame - test/outglob.out
Created repository.
[splint.git] / test / outglob.out
CommitLineData
885824d3 1
2outglob.c: (in function g)
3outglob.c:5:20: Undef global x3 used before definition
4outglob.c: (in function f)
5outglob.c:15:14: Undef global x1 used before definition
6outglob.c:15:17: Function returns with global x2 undefined
7 outglob.lcl:3: Storage x2 becomes undefined
8outglob.c:15:17: Function returns with global x3 undefined
9 outglob.lcl:3: Storage x3 becomes undefined
10outglob.c:21:10: Undef global x1 used before definition
11outglob.c:22:10: Global x2 used by function undefined before call: g
12outglob.c:27:10: Undef global x3 used before definition
13outglob.c:37:14: Function returns with global x3 undefined
14 outglob.lcl:3: Storage x3 becomes undefined
15outglob.c:41:13: Function returns with global x2 undefined
16 outglob.lcl:3: Storage x2 becomes undefined
17outglob.c:41:13: Function returns with global x3 undefined
18 outglob.lcl:3: Storage x3 becomes undefined
19
20Finished LCLint checking --- 10 code errors found, as expected
This page took 1.226385 seconds and 5 git commands to generate.