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