]> andersk Git - splint.git/blame - test/external.expect
noexpand always false.
[splint.git] / test / external.expect
CommitLineData
885824d3 1
11db3170 2Finished checking --- no warnings
885824d3 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
11db3170 11Finished checking --- 2 code warnings, as expected
885824d3 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
11db3170 23Finished checking --- 3 code warnings, as expected
885824d3 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
11db3170 35Finished checking --- 3 code warnings, as expected
885824d3 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
f9264521 45 load file standard.lcd: Specification of LONG_MAX
885824d3 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
f9264521 49 load file standard.lcd: Specification of LONG_MAX
885824d3 50 One or more additional indistinguishable external names not reported
51
11db3170 52Finished checking --- 4 code warnings, as expected
This page took 0.87949 seconds and 5 git commands to generate.