]> andersk Git - splint.git/blob - test/exports.out
43e8caeac10ad34dbf2ae482ad7fff4c779406d6
[splint.git] / test / exports.out
1
2 Warning: setting +typeuse redundant with current value
3 Cannot find standard library: ansi.lcd
4      Check LARCH_PATH environment variable.
5 exports.h:1:13: Type exported, but not specified: myint
6 exports.h:3:12: Variable exported, but not specified: glob
7 exports.h:5:12: Function exported, but not specified: f
8 exports.h:1:13: Type myint declared but not used
9 exports.h:3:12: Variable glob declared but not used
10    exports.c:3:5: Definition of glob
11 exports.h:5:12: Function f declared but not used
12    exports.c:8:1: Definition of f
13
14 Finished LCLint checking --- 6 code errors found, as expected
15
16 Cannot find standard library: ansi.lcd
17      Check LARCH_PATH environment variable.
18 exports.h:1:13: Type exported, but not specified: myint
19 exports.h:3:12: Variable exported, but not specified: glob
20 exports.h:5:12: Function exported, but not specified: f
21
22 Finished LCLint checking --- 3 code errors found, as expected
23
24 Cannot find standard library: ansi.lcd
25      Check LARCH_PATH environment variable.
26
27 Finished LCLint checking --- no code errors found
This page took 0.027411 seconds and 3 git commands to generate.