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 / external.expect < prev    next >
Text File  |  1997-09-03  |  3KB  |  53 lines

  1.  
  2. Finished LCLint checking --- no code errors found
  3.  
  4. external.c:2,5: External identifier Func is not distinguishable from func in
  5.                    the first 6 characters because alphabetical case is ignored
  6.    external.c:1,5: Declaration of func
  7. external.c:8,5: External identifier longfunction2 is not distinguishable from
  8.                    longfunction1 in the first 6 characters (longfu)
  9.    external.c:7,5: Declaration of longfunction1
  10.  
  11. Finished LCLint checking --- 2 code errors found, as expected
  12.  
  13. external.c:2,5: External identifier Func is not distinguishable from func in
  14.                    the first 3 characters because alphabetical case is ignored
  15.    external.c:1,5: Declaration of func
  16. external.c:5,5: External identifier small2 is not distinguishable from small1
  17.                    in the first 3 characters (sma)
  18.    external.c:4,5: Declaration of small1
  19. external.c:8,5: External identifier longfunction2 is not distinguishable from
  20.                    longfunction1 in the first 3 characters (lon)
  21.    external.c:7,5: Declaration of longfunction1
  22.  
  23. Finished LCLint checking --- 3 code errors found, as expected
  24.  
  25. external.c:2,5: External identifier Func is not distinguishable from func in
  26.                    the first 3 characters because alphabetical case is ignored
  27.    external.c:1,5: Declaration of func
  28. external.c:5,5: External identifier small2 is not distinguishable from small1
  29.                    in the first 3 characters (sma)
  30.    external.c:4,5: Declaration of small1
  31. external.c:8,5: External identifier longfunction2 is not distinguishable from
  32.                    longfunction1 in the first 3 characters (lon)
  33.    external.c:7,5: Declaration of longfunction1
  34.  
  35. Finished LCLint checking --- 3 code errors found, as expected
  36.  
  37. external.c:2,5: External identifier Func is not distinguishable from func in
  38.                    the first 3 characters because alphabetical case is ignored
  39.    external.c:1,5: Declaration of func
  40. external.c:5,5: External identifier small2 is not distinguishable from small1
  41.                    in the first 3 characters (sma)
  42.    external.c:4,5: Declaration of small1
  43. external.c:7,5: External identifier longfunction1 is not distinguishable from
  44.     LONG_MAX in the first 3 characters because alphabetical case is ignored
  45.    load file ansi.lcd: Specification of LONG_MAX
  46.    One or more additional indistinguishable external names not reported
  47. external.c:8,5: External identifier longfunction2 is not distinguishable from
  48.     LONG_MAX in the first 3 characters because alphabetical case is ignored
  49.    load file ansi.lcd: Specification of LONG_MAX
  50.    One or more additional indistinguishable external names not reported
  51.  
  52. Finished LCLint checking --- 4 code errors found, as expected
  53.