]> andersk Git - splint.git/blob - test/unused.out
Made some additional changes to the makefile. Now it builds correctly.
[splint.git] / test / unused.out
1 gmake[3]: Entering directory `/tmp/LCLintDev/test'
2
3 Cannot find standard library: ansi.lcd
4      Check LARCH_PATH environment variable.
5 unused.c:13:6: Name _inner is in the implementation name space (any identifier
6                   beginning with underscore)
7 unused.c:14:2: Name _st is in the implementation name space (any identifier
8                   beginning with underscore)
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:16:12: Function undef exported but not declared in header file
13
14 Finished LCLint checking --- 5 code errors found, as expected
15
16 Cannot find standard library: ansi.lcd
17      Check LARCH_PATH environment variable.
18 unused.c:13:6: Name _inner is in the implementation name space (any identifier
19                   beginning with underscore)
20 unused.c:14:2: Name _st is in the implementation name space (any identifier
21                   beginning with underscore)
22 unused.c:19:12: File static function f declared but not used
23    unused.c:22:1: Definition of f
24 unused.c:16:12: Function undef declared but not defined
25 unused.c:1:14: Type dumbtype declared but not used
26 unused.c:12:11: Field silly of structure struct _inner declared but not used
27 unused.c:7:7: Field dumb of structure struct _st declared but not used
28 unused.c:16:12: Function undef exported but not declared in header file
29
30 Finished LCLint checking --- 8 code errors found, as expected
31 gmake[3]: Leaving directory `/tmp/LCLintDev/test'
This page took 0.090582 seconds and 5 git commands to generate.