]> andersk Git - splint.git/blame - test/unused.expect
Merged code tree with Dave Evans's version. Many changes to numberous to list....
[splint.git] / test / unused.expect
CommitLineData
885824d3 1
2unused.c:19:12: File static function f declared but not used
3 unused.c:22:1: Definition of f
4unused.c:16:12: Function undef declared but not defined
5unused.c:16:12: Function undef exported but not declared in header file
6
7Finished LCLint checking --- 3 code errors found, as expected
8
9unused.c:19:12: File static function f declared but not used
10 unused.c:22:1: Definition of f
11unused.c:16:12: Function undef declared but not defined
12unused.c:1:14: Type dumbtype declared but not used
13unused.c:12:11: Field silly of structure struct _inner declared but not used
14unused.c:7:7: Field dumb of structure struct _st declared but not used
15unused.c:16:12: Function undef exported but not declared in header file
16
17Finished LCLint checking --- 6 code errors found, as expected
This page took 0.078615 seconds and 5 git commands to generate.