]> andersk Git - splint.git/blame - test/controldepth.expect
Fixes for win32
[splint.git] / test / controldepth.expect
CommitLineData
885824d3 1
2controldepth.c: (in function f)
3controldepth.c:8:15: Maximum control nesting depth (2) exceeded
2e127cb8 4 Maximum number of control levels exceeded. (Use -controlnestdepth to inhibit
5 warning)
885824d3 6controldepth.c:15:17: Maximum control nesting depth (2) exceeded
7
11db3170 8Finished checking --- 2 code warnings, as expected
885824d3 9
10controldepth.c: (in function f)
11controldepth.c:6:15: Maximum control nesting depth (1) exceeded
2e127cb8 12 Maximum number of control levels exceeded. (Use -controlnestdepth to inhibit
13 warning)
885824d3 14controldepth.c:11:13: Maximum control nesting depth (1) exceeded
15
11db3170 16Finished checking --- 2 code warnings, as expected
This page took 1.137408 seconds and 5 git commands to generate.