]> andersk Git - splint.git/blob - test/cases.out
Made some additional changes to the makefile. Now it builds correctly.
[splint.git] / test / cases.out
1 gmake[3]: Entering directory `/tmp/LCLintDev/test'
2
3 Cannot find standard library: ansi.lcd
4      Check LARCH_PATH environment variable.
5 cases.c: (in function f)
6 cases.c:11:7: Unrecognized identifier: printf
7 cases.c:12:10: Fall through case (no preceding break)
8 cases.c:13:11: Variable i used before definition
9 cases.c:30:10: Fall through case (no preceding break)
10 cases.c:37:13: Fall through case (no preceding break)
11 cases.c:40:2: Path with no return in function declared to return int
12
13 Finished LCLint checking --- 6 code errors found, expected 5
14 gmake[3]: *** [cases] Error 1
15 gmake[3]: Leaving directory `/tmp/LCLintDev/test'
This page took 0.149812 seconds and 5 git commands to generate.