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