]> andersk Git - splint.git/blob - test/unused.out
Tried to fix more problmes with the Makefiles
[splint.git] / test / unused.out
1
2 Cannot find standard library: ansi.lcd
3      Check LARCH_PATH environment variable.
4 unused.c:13:6: Name _inner is in the implementation name space (any identifier
5                   beginning with underscore)
6 unused.c:14:2: Name _st is in the implementation name space (any identifier
7                   beginning with underscore)
8 unused.c:19:12: File static function f declared but not used
9    unused.c:22:1: Definition of f
10 unused.c:16:12: Function undef declared but not defined
11 unused.c:16:12: Function undef exported but not declared in header file
12
13 Finished LCLint checking --- 5 code errors found, as expected
14
15 Cannot find standard library: ansi.lcd
16      Check LARCH_PATH environment variable.
17 unused.c:13:6: Name _inner is in the implementation name space (any identifier
18                   beginning with underscore)
19 unused.c:14:2: Name _st is in the implementation name space (any identifier
20                   beginning with underscore)
21 unused.c:19:12: File static function f declared but not used
22    unused.c:22:1: Definition of f
23 unused.c:16:12: Function undef declared but not defined
24 unused.c:1:14: Type dumbtype declared but not used
25 unused.c:12:11: Field silly of structure struct _inner declared but not used
26 unused.c:7:7: Field dumb of structure struct _st declared but not used
27 unused.c:16:12: Function undef exported but not declared in header file
28
29 Finished LCLint checking --- 8 code errors found, as expected
This page took 0.107674 seconds and 5 git commands to generate.