home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / lclint.zip / lclint-2_3h-os2-bin.zip / test / stack.expect < prev    next >
Text File  |  1997-09-03  |  618b  |  15 lines

  1.  
  2. stack.c: (in function stack1)
  3. stack.c:10,2: Stack-allocated storage *x reachable from parameter x
  4.    stack.c:9,3: Storage *x becomes stack
  5. stack.c:10,2: Stack-allocated storage glob reachable from global glob
  6.    stack.c:8,3: Storage glob becomes stack
  7. stack.c: (in function f)
  8. stack.c:20,14: Stack-allocated storage &x reachable from return value: &x
  9. stack.c:31,11: Stack-allocated storage sa reachable from return value: sa
  10. stack.c:35,11: Stack-allocated storage sa reachable from return value: &sa[0]
  11.  
  12. Finished LCLint checking --- 5 code errors found, as expected
  13.  
  14. Finished LCLint checking --- no code errors found
  15.