]> andersk Git - splint.git/blame - test/external.out
Tried to fix more problmes with the Makefiles
[splint.git] / test / external.out
CommitLineData
e12110be 1
2Cannot find standard library: ansi.lcd
3 Check LARCH_PATH environment variable.
885824d3 4
5Finished LCLint checking --- no code errors found
6
e12110be 7Cannot find standard library: ansi.lcd
8 Check LARCH_PATH environment variable.
885824d3 9external.c:2:5: External identifier Func is not distinguishable from func in
10 the first 6 characters because alphabetical case is ignored
11 external.c:1:5: Declaration of func
12external.c:8:5: External identifier longfunction2 is not distinguishable from
13 longfunction1 in the first 6 characters (longfu)
14 external.c:7:5: Declaration of longfunction1
15
16Finished LCLint checking --- 2 code errors found, as expected
17
18external.c:2:5: External identifier Func is not distinguishable from func in
19 the first 3 characters because alphabetical case is ignored
20 external.c:1:5: Declaration of func
21external.c:5:5: External identifier small2 is not distinguishable from small1
22 in the first 3 characters (sma)
23 external.c:4:5: Declaration of small1
24external.c:8:5: External identifier longfunction2 is not distinguishable from
25 longfunction1 in the first 3 characters (lon)
26 external.c:7:5: Declaration of longfunction1
27
28Finished LCLint checking --- 3 code errors found, as expected
29
30external.c:2:5: External identifier Func is not distinguishable from func in
31 the first 3 characters because alphabetical case is ignored
32 external.c:1:5: Declaration of func
33external.c:5:5: External identifier small2 is not distinguishable from small1
34 in the first 3 characters (sma)
35 external.c:4:5: Declaration of small1
36external.c:8:5: External identifier longfunction2 is not distinguishable from
37 longfunction1 in the first 3 characters (lon)
38 external.c:7:5: Declaration of longfunction1
39
40Finished LCLint checking --- 3 code errors found, as expected
41
e12110be 42Cannot find standard library: ansi.lcd
43 Check LARCH_PATH environment variable.
885824d3 44external.c:2:5: External identifier Func is not distinguishable from func in
45 the first 3 characters because alphabetical case is ignored
46 external.c:1:5: Declaration of func
47external.c:5:5: External identifier small2 is not distinguishable from small1
48 in the first 3 characters (sma)
49 external.c:4:5: Declaration of small1
885824d3 50external.c:8:5: External identifier longfunction2 is not distinguishable from
e12110be 51 longfunction1 in the first 3 characters (lon)
52 external.c:7:5: Declaration of longfunction1
885824d3 53
e12110be 54Finished LCLint checking --- 3 code errors found, expected 4
This page took 0.089704 seconds and 5 git commands to generate.