]> andersk Git - splint.git/blob - test/unused.out
Created repository.
[splint.git] / test / unused.out
1
2 unused.c:19:12: File static function f declared but not used
3    unused.c:22:1: Definition of f
4 unused.c:16:12: Function undef declared but not defined
5 unused.c:16:12: Function undef exported but not declared in header file
6
7 Finished LCLint checking --- 3 code errors found, as expected
8
9 unused.c:19:12: File static function f declared but not used
10    unused.c:22:1: Definition of f
11 unused.c:16:12: Function undef declared but not defined
12 unused.c:1:14: Type dumbtype declared but not used
13 unused.c:12:11: Field silly of structure struct _inner declared but not used
14 unused.c:7:7: Field dumb of structure struct _st declared but not used
15 unused.c:16:12: Function undef exported but not declared in header file
16
17 Finished LCLint checking --- 6 code errors found, as expected
This page took 0.084142 seconds and 5 git commands to generate.