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

  1.  
  2. Warning: setting +typeuse redundant with current value
  3. exports.h:1,13: Type exported, but not specified: myint
  4. exports.h:3,12: Variable exported, but not specified: glob
  5. exports.h:5,12: Function exported, but not specified: f
  6. exports.h:1,13: Type myint declared but not used
  7. exports.h:3,12: Variable glob declared but not used
  8.    exports.c:3,5: Definition of glob
  9. exports.h:5,12: Function f declared but not used
  10.    exports.c:8,1: Definition of f
  11.  
  12. Finished LCLint checking --- 6 code errors found, as expected
  13.  
  14. exports.h:1,13: Type exported, but not specified: myint
  15. exports.h:3,12: Variable exported, but not specified: glob
  16. exports.h:5,12: Function exported, but not specified: f
  17.  
  18. Finished LCLint checking --- 3 code errors found, as expected
  19.  
  20. Finished LCLint checking --- no code errors found
  21.