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 / csyntax.expect < prev    next >
Text File  |  1997-09-03  |  833b  |  17 lines

  1. csyntax.c:20,5: Function main declared with 1 arg, should have 2 (int argc,
  2.                    char *argv[])
  3. csyntax2.c: (in function mapping_create)
  4. csyntax2.c:13,3: Assignment of size_t to int: x = sizeof((t))
  5. csyntax2.c:14,3: Assignment of size_t to int: x = sizeof(*t)
  6. csyntax3.c:3,4: Function main declared to return a1, should return int
  7. csyntax13.c: (in function f)
  8. csyntax13.c:9,11: Variable isrs shadows outer declaration
  9.    csyntax13.c:7,9: Previous definition of isrs: isr_t
  10. csyntax16.c: (in function main)
  11. csyntax16.c:18,11: Variable getbuiltout used before definition
  12. csyntax16.c: (in function getbuiltout)
  13. csyntax16.c:43,14: Variable qpolygon used before definition
  14. csyntax17.c: (in function f)
  15. csyntax17.c:12,2: Path with no return in function declared to return int
  16. csyntax17.c:11,7: Variable x declared but not used
  17.