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 / outglob.expect < prev    next >
Text File  |  1997-09-03  |  941b  |  21 lines

  1.  
  2. outglob.c: (in function g)
  3. outglob.c:5,20: Undef global x3 used before definition
  4. outglob.c: (in function f)
  5. outglob.c:15,14: Undef global x1 used before definition
  6. outglob.c:15,17: Function returns with global x2 undefined
  7.    outglob.lcl:3: Storage x2 becomes undefined
  8. outglob.c:15,17: Function returns with global x3 undefined
  9.    outglob.lcl:3: Storage x3 becomes undefined
  10. outglob.c:21,10: Undef global x1 used before definition
  11. outglob.c:22,10: Global x2 used by function undefined before call: g
  12. outglob.c:27,10: Undef global x3 used before definition
  13. outglob.c:37,14: Function returns with global x3 undefined
  14.    outglob.lcl:3: Storage x3 becomes undefined
  15. outglob.c:41,13: Function returns with global x2 undefined
  16.    outglob.lcl:3: Storage x2 becomes undefined
  17. outglob.c:41,13: Function returns with global x3 undefined
  18.    outglob.lcl:3: Storage x3 becomes undefined
  19.  
  20. Finished LCLint checking --- 10 code errors found, as expected
  21.