]> andersk Git - splint.git/blame - test/ulstypes.out
Tried to fix more problmes with the Makefiles
[splint.git] / test / ulstypes.out
CommitLineData
885824d3 1
e12110be 2Cannot find standard library: ansi.lcd
3 Check LARCH_PATH environment variable.
885824d3 4ulstypes.c:3:23: Contradictory long and short type qualifiers
5ulstypes.c: (in function f)
6ulstypes.c:10:12: Function f expects arg 1 to be unsigned int gets long int: li
7ulstypes.c:10:3: Assignment of long int to int: loc = f(li)
8ulstypes.c:11:3: Assignment of long int to int: loc = f(ui)
9ulstypes.c:12:12: Function f expects arg 1 to be unsigned int gets int: loc
10ulstypes.c:12:3: Assignment of long int to int: loc = f(loc)
11ulstypes.c:15:10: Return value type unsigned int does not match declared type
12 long int: x
13ulstypes.c:20:19: Variable x3 initialized to type int, expects unsigned int:
14 -15
15
16Finished LCLint checking --- 8 code errors found, as expected
17
e12110be 18Cannot find standard library: ansi.lcd
19 Check LARCH_PATH environment variable.
20
885824d3 21Finished LCLint checking --- no code errors found
22
e12110be 23Cannot find standard library: ansi.lcd
24 Check LARCH_PATH environment variable.
885824d3 25ulstypes.c:3:23: Contradictory long and short type qualifiers
26ulstypes.c: (in function f)
27ulstypes.c:7:19: Variable loli initialized to type int, expects long int: 12
28ulstypes.c:10:12: Undocumented use of global li
29ulstypes.c:10:12: Function f expects arg 1 to be unsigned int gets long int: li
30ulstypes.c:10:9: Undetected modification possible from call to unconstrained
31 function f: f
32ulstypes.c:10:3: Assignment of long int to int: loc = f(li)
33ulstypes.c:11:12: Undocumented use of global ui
34ulstypes.c:11:9: Undetected modification possible from call to unconstrained
35 function f: f
36ulstypes.c:11:3: Assignment of long int to int: loc = f(ui)
37ulstypes.c:12:12: Function f expects arg 1 to be unsigned int gets int: loc
38ulstypes.c:12:9: Undetected modification possible from call to unconstrained
39 function f: f
40ulstypes.c:12:3: Assignment of long int to int: loc = f(loc)
41ulstypes.c:14:3: Assignment of int to long int: loli = loc
42ulstypes.c:15:10: Return value type unsigned int does not match declared type
43 long int: x
44ulstypes.c:19:19: Variable x2 initialized to type int, expects unsigned int: 23
45ulstypes.c:20:19: Variable x3 initialized to type int, expects unsigned int:
46 -15
47ulstypes.c:24:16: Variable x7 initialized to type int, expects short int: 14
48ulstypes.c:3:21: Variable si declared but not used
49ulstypes.c:18:14: Variable x1 declared but not used
50ulstypes.c:19:14: Variable x2 declared but not used
51ulstypes.c:20:14: Variable x3 declared but not used
52ulstypes.c:21:14: Variable x4 declared but not used
53ulstypes.c:22:10: Variable x5 declared but not used
54ulstypes.c:23:10: Variable x6 declared but not used
55ulstypes.c:24:11: Variable x7 declared but not used
56ulstypes.c:1:14: Variable exported but not used outside ulstypes: ui
57ulstypes.c:2:10: Variable exported but not used outside ulstypes: li
58ulstypes.c:5:10: Function exported but not used outside ulstypes: f
59 ulstypes.c:16:1: Definition of f
60
61Finished LCLint checking --- 28 code errors found, as expected
This page took 0.080793 seconds and 5 git commands to generate.