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 / ud.expect < prev    next >
Text File  |  1997-09-03  |  773b  |  22 lines

  1.  
  2. ud.c: (in function f)
  3. ud.c:8,7: Variable y used before definition
  4. ud.c:10,7: Variable z used before definition
  5. ud.c:25,7: Variable z3 used before definition
  6. ud.c:26,7: Variable z4 used before definition
  7. ud.c:31,7: Variable z6 used before definition
  8. ud.c:38,11: Variable j used before definition
  9. ud.c:49,6: Variable i used before definition
  10. ud.c:50,6: Variable z5 used before definition
  11. ud.c:56,7: Variable z5 used before definition
  12.  
  13. Finished LCLint checking --- 9 code errors found, as expected
  14.  
  15. ud2.c: (in function g)
  16. ud2.c:9,6: Unallocated storage y passed as out parameter: y
  17. ud2.c: (in function h)
  18. ud2.c:20,7: Passed storage x not completely defined: f2 (&x)
  19. ud2.c:23,7: Variable y used before definition
  20.  
  21. Finished LCLint checking --- 3 code errors found, as expected
  22.