X-Git-Url: http://andersk.mit.edu/gitweb/splint.git/blobdiff_plain/11db3170da99e22aa0acea76debd6c7b590a629c..a889b5ee86098118ce8ae206ec045e4790d76935:/test/controldepth.expect diff --git a/test/controldepth.expect b/test/controldepth.expect index 5378daa..a100ec4 100644 --- a/test/controldepth.expect +++ b/test/controldepth.expect @@ -1,16 +1,16 @@ controldepth.c: (in function f) controldepth.c:8:15: Maximum control nesting depth (2) exceeded - Maximum number of control levels exceeded. (-controlnestdepth will suppress - message) + Maximum number of control levels exceeded. (Use -controlnestdepth to inhibit + warning) controldepth.c:15:17: Maximum control nesting depth (2) exceeded Finished checking --- 2 code warnings, as expected controldepth.c: (in function f) controldepth.c:6:15: Maximum control nesting depth (1) exceeded - Maximum number of control levels exceeded. (-controlnestdepth will suppress - message) + Maximum number of control levels exceeded. (Use -controlnestdepth to inhibit + warning) controldepth.c:11:13: Maximum control nesting depth (1) exceeded Finished checking --- 2 code warnings, as expected