home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / splint3s.zip / splint-3.0.1.6 / test / oldstyle.expect < prev    next >
Text File  |  2002-02-13  |  598b  |  15 lines

  1.  
  2. oldstyle.c: (in function f1)
  3. oldstyle.c:5:8: Dereference of non-pointer (int): *y
  4. oldstyle.c:10:5: Function f2 declared with 1 arg, specified with 2
  5.    oldstyle.lcl:2: Specification of f2
  6. oldstyle.c:15:12: Parameter 2, y, of function f3 has inconsistent type:
  7.                      declared char, specified char *
  8.    oldstyle.lcl:4:1: Specification of y: char *
  9. oldstyle2.c: (in function noShadow)
  10. oldstyle2.c:15:14: Statement after switch is not a case: int x
  11. oldstyle2.c: (in function unrecognized)
  12. oldstyle2.c:29:6: Unrecognized identifier: x
  13.  
  14. Finished checking --- 5 code warnings, as expected
  15.