]> andersk Git - splint.git/blame - test/outglob.expect
noexpand always false.
[splint.git] / test / outglob.expect
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
4fab1d8a 14 outglob.c:5:20: Storage x3 defined
885824d3 15outglob.c:41:13: Function returns with global x2 undefined
16c024b5 16 outglob.c:1:12: Storage x2 defined
885824d3 17outglob.c:41:13: Function returns with global x3 undefined
16c024b5 18 outglob.c:5:20: Storage x3 defined
885824d3 19
11db3170 20Finished checking --- 10 code warnings, as expected
This page took 0.066064 seconds and 5 git commands to generate.