]> andersk Git - splint.git/blob - test/exports.expect
Pushed back constraintResolve.c to the previous version.
[splint.git] / test / exports.expect
1
2 Command Line: Setting +typeuse redundant with current value
3 exports.h:1:13: Type exported, but not specified: myint
4 exports.h:3:12: Variable exported, but not specified: glob
5 exports.h:5:12: Function exported, but not specified: f
6 exports.h:1:13: Type myint declared but not used
7 exports.h:3:12: Variable glob declared but not used
8    exports.c:3:5: Definition of glob
9 exports.h:5:12: Function f declared but not used
10    exports.c:8:1: Definition of f
11
12 Finished checking --- 6 code warnings, as expected
13
14 exports.h:1:13: Type exported, but not specified: myint
15 exports.h:3:12: Variable exported, but not specified: glob
16 exports.h:5:12: Function exported, but not specified: f
17
18 Finished checking --- 3 code warnings, as expected
19
20 Finished checking --- no warnings
This page took 0.289583 seconds and 5 git commands to generate.