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 / alttypes.expect < prev    next >
Text File  |  1997-09-03  |  546b  |  12 lines

  1.  
  2. alttypes.c:17,22: Function f2 inconsistently redeclared to return alternate
  3.     types int | bool (types match, but alternates are not identical, so
  4.     checking may not be correct)
  5.    alttypes.c:15,22: Previous declaration of f2: int | void
  6. alttypes.c:23,22: Variable x inconsistently redeclared with alternate types int
  7.     | char (types match, but alternates are not identical, so checking may not
  8.     be correct)
  9.    alttypes.c:22,35: Previous declaration of x: int | char | bool
  10.  
  11. Finished LCLint checking --- 2 code errors found, as expected
  12.