]> andersk Git - splint.git/blob - test/glob.expect
noexpand always false.
[splint.git] / test / glob.expect
1
2 glob.c: (in function useGlob)
3 glob.lcl:3: Global z listed but not used
4 glob.c: (in function dontuseGlob)
5 glob.c:13:11: Undocumented use of global x
6 glob.c: (in function callsUseGlob)
7 glob.c:23:11: Called procedure useGlob may access global y
8 glob.c:23:11: Called procedure useGlob may access global z
9
10 Finished checking --- 4 code warnings, as expected
11
12 glob.c: (in function dontuseGlob)
13 glob.c:13:11: Undocumented use of global x
14 glob.c: (in function callsUseGlob)
15 glob.c:23:11: Called procedure useGlob may access global y
16 glob.c:23:11: Called procedure useGlob may access global z
17
18 Finished checking --- 3 code warnings, as expected
19
20 glob.c: (in function useGlob)
21 glob.lcl:3: Global z listed but not used
22 glob.c: (in function dontuseGlob)
23 glob.c:13:11: Undocumented use of global x
24 glob.c: (in function unspec)
25 glob.c:18:11: Undocumented use of global y
26 glob.c:18:15: Undocumented use of global z
27 glob.c: (in function callsUseGlob)
28 glob.c:23:11: Called procedure useGlob may access global y
29 glob.c:23:11: Called procedure useGlob may access global z
30
31 Finished checking --- 6 code warnings, as expected
This page took 0.044052 seconds and 5 git commands to generate.