]> andersk Git - splint.git/blob - test/controldepth.out
Tried to fix more problmes with the Makefiles
[splint.git] / test / controldepth.out
1
2 Cannot find standard library: ansi.lcd
3      Check LARCH_PATH environment variable.
4 controldepth.c: (in function f)
5 controldepth.c:8:15: Maximum control nesting depth (2) exceeded
6   Maximum number of control levels exceeded. (-controlnestdepth will suppress
7   message)
8 controldepth.c:15:17: Maximum control nesting depth (2) exceeded
9
10 Finished LCLint checking --- 2 code errors found, as expected
11
12 Cannot find standard library: ansi.lcd
13      Check LARCH_PATH environment variable.
14 controldepth.c: (in function f)
15 controldepth.c:6:15: Maximum control nesting depth (1) exceeded
16   Maximum number of control levels exceeded. (-controlnestdepth will suppress
17   message)
18 controldepth.c:11:13: Maximum control nesting depth (1) exceeded
19
20 Finished LCLint checking --- 2 code errors found, as expected
This page took 0.043807 seconds and 5 git commands to generate.