home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / splint3s.zip / splint-3.0.1.6 / test / outglob.expect < prev    next >
Text File  |  2002-02-13  |  930b  |  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 checking --- 10 code warnings, as expected
  21.