]> andersk Git - splint.git/blame - test/controldepth.out
Added mtgrammar.c.der
[splint.git] / test / controldepth.out
CommitLineData
885824d3 1
2controldepth.c: (in function f)
3controldepth.c:8:15: Maximum control nesting depth (2) exceeded
4 Maximum number of control levels exceeded. (-controlnestdepth will suppress
5 message)
6controldepth.c:15:17: Maximum control nesting depth (2) exceeded
7
8Finished LCLint checking --- 2 code errors found, as expected
9
10controldepth.c: (in function f)
11controldepth.c:6:15: Maximum control nesting depth (1) exceeded
12 Maximum number of control levels exceeded. (-controlnestdepth will suppress
13 message)
14controldepth.c:11:13: Maximum control nesting depth (1) exceeded
15
16Finished LCLint checking --- 2 code errors found, as expected
This page took 0.055768 seconds and 5 git commands to generate.