]> andersk Git - splint.git/blame - test/external.out
Created repository.
[splint.git] / test / external.out
CommitLineData
885824d3 1
2Finished LCLint checking --- no code errors found
3
4external.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
7external.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
11Finished LCLint checking --- 2 code errors found, as expected
12
13external.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
16external.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
19external.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
23Finished LCLint checking --- 3 code errors found, as expected
24
25external.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
28external.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
31external.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
35Finished LCLint checking --- 3 code errors found, as expected
36
37external.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
40external.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
43external.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
47external.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
52Finished LCLint checking --- 4 code errors found, as expected
This page took 0.149723 seconds and 5 git commands to generate.