]> andersk Git - splint.git/blame - test/controldepth.out
splint now tried to define a symbol based on the current processor type.
[splint.git] / test / controldepth.out
CommitLineData
86d93ed3 1
2controldepth.c: (in function f)
3controldepth.c:8:15: Maximum control nesting depth (2) exceeded
4 Maximum number of control levels exceeded. (Use -controlnestdepth to inhibit
5 warning)
6controldepth.c:15:17: Maximum control nesting depth (2) exceeded
7
8Finished checking --- 2 code warnings, 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. (Use -controlnestdepth to inhibit
13 warning)
14controldepth.c:11:13: Maximum control nesting depth (1) exceeded
15
16Finished checking --- 2 code warnings, as expected
This page took 0.081418 seconds and 5 git commands to generate.