]> andersk Git - splint.git/blame - test/unused.expect
noexpand always false.
[splint.git] / test / unused.expect
CommitLineData
885824d3 1
80ee600a 2unused.c:13:6: Name _inner is in the implementation name space (any identifier
3 beginning with underscore)
4unused.c:14:2: Name _st is in the implementation name space (any identifier
5 beginning with underscore)
885824d3 6unused.c:19:12: File static function f declared but not used
7 unused.c:22:1: Definition of f
8unused.c:16:12: Function undef declared but not defined
9unused.c:16:12: Function undef exported but not declared in header file
10
11db3170 11Finished checking --- 5 code warnings, as expected
885824d3 12
80ee600a 13unused.c:13:6: Name _inner is in the implementation name space (any identifier
14 beginning with underscore)
15unused.c:14:2: Name _st is in the implementation name space (any identifier
16 beginning with underscore)
885824d3 17unused.c:19:12: File static function f declared but not used
18 unused.c:22:1: Definition of f
19unused.c:16:12: Function undef declared but not defined
20unused.c:1:14: Type dumbtype declared but not used
21unused.c:12:11: Field silly of structure struct _inner declared but not used
22unused.c:7:7: Field dumb of structure struct _st declared but not used
23unused.c:16:12: Function undef exported but not declared in header file
24
11db3170 25Finished checking --- 8 code warnings, as expected
This page took 0.063181 seconds and 5 git commands to generate.