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 / flags.expect < prev    next >
Text File  |  1997-09-03  |  1KB  |  43 lines

  1.  
  2. flags.c:1,9: Variable x initialized to type char, expects int: 'c'
  3. flags.c:5,9: Variable y
  4.     initialized to type
  5.     char, expects int:
  6.     'c'
  7. flags.c:7,17: Warning:
  8.     Value for linelen
  9.     must be at least 20
  10.     (given 13)
  11. flags.c:11,5:
  12.     Internal identifier
  13.     xx2 is not
  14.     distinguishable
  15.     from xx1 in the
  16.     first 2 characters
  17.     (xx)
  18.    flags.c:10,5:
  19.    Declaration of
  20.    xx1
  21. flags.c:13,17:
  22.     Stylized comment
  23.     attempts to restore
  24.     flag linelen.  A
  25.     flag for setting a
  26.     value cannot be
  27.     restored.
  28. flags.c:15,16: Stylized comment attempts to set global flag dump.  A
  29.                   global flag cannot be set locally.
  30. flags.c:16,21: Flag macrovarprefix (in stylized comment) must be
  31.                   followed by an argument
  32. flags.c:17,25: Flag macrovarprefix (in stylized comment) must be
  33.                   followed by an argument
  34. flags.c:18,19: Flag linelen must be followed by a positive number
  35.                   number.  Followed by asdf
  36.  
  37. Finished LCLint checking --- 8 code errors found, as expected
  38.  
  39. flags.c:1,9: Variable x initialized to type char, expects int: 'c'
  40. flags.c:5,9: Variable y initialized to type char, expects int: 'c'
  41.  
  42. Finished LCLint checking --- 2 code errors found, as expected
  43.