]> andersk Git - splint.git/blob - test/decl.out
77fa40d834efb907b5594367e3ebbc46f9766266
[splint.git] / test / decl.out
1
2 Cannot find standard library: ansi.lcd
3      Check LARCH_PATH environment variable.
4 decl.c: (in function main)
5 decl.c:7:3: Call to non-function (type [function (int) returns int] **): x
6 decl.c:8:2: Path with no return in function declared to return int
7
8 Finished LCLint checking --- 2 code errors found, as expected
9
10 Cannot find standard library: ansi.lcd
11      Check LARCH_PATH environment variable.
12 decl.c:3:5: Function main declared without parameter list
13 decl.c: (in function main)
14 decl.c:7:3: Call to non-function (type [function (int) returns int] **): x
15 decl.c:8:2: Path with no return in function declared to return int
16 decl.c:1:5: Function test declared but not defined
17 decl.c:1:5: Function test exported but not declared in header file
18
19 Finished LCLint checking --- 5 code errors found, as expected
20
21 Cannot find standard library: ansi.lcd
22      Check LARCH_PATH environment variable.
23 Continuing without LCL init file: lclinit.lci
24 Continuing without LSL init file: lslinit.lsi
25 Unable to find CTrait.syms or CTrait.lsl.  Check LARCH_PATH environment
26 variable.
This page took 0.0278 seconds and 3 git commands to generate.