]> andersk Git - splint.git/blame - test/tests2.4.expect
Added test files to the repository.
[splint.git] / test / tests2.4.expect
CommitLineData
885824d3 1
2Finished LCLint checking --- no code errors found
3
80ee600a 4enumtest.c:1:9: Variable exported but not used outside enumtest: sig_func
5enumtest.c:2:10: Variable exported but not used outside enumtest: sig_func1
6
7Finished LCLint checking --- 2 code errors found, as expected
885824d3 8
9duffs.c: (in function send)
10duffs.c:7:8: Fall through case (no preceeding break)
11duffs.c:8:8: Fall through case (no preceeding break)
12duffs.c:9:8: Fall through case (no preceeding break)
13duffs.c:10:8: Fall through case (no preceeding break)
14duffs.c:11:8: Fall through case (no preceeding break)
15duffs.c:12:8: Fall through case (no preceeding break)
16duffs.c:13:8: Fall through case (no preceeding break)
17
80ee600a 18Finished LCLint checking --- 7 code errors found, as expected
885824d3 19
20Finished LCLint checking --- no code errors found
21
22Finished LCLint checking --- no code errors found
23
24bug2.c: (in function main)
25bug2.c:6:8: Fall through case (no preceeding break)
26bug2.c:10:10: Fall through case (no preceeding break)
27bug2.c:16:8: Fall through case (no preceeding break)
28bug2.c:5:5: Statement after switch is not a case: printf("here 1")
29bug2.c:20:2: Path with no return in function declared to return int
30
31Finished LCLint checking --- 5 code errors found, as expected
32
33bug3.c: (in function main)
34bug3.c:8:8: Fall through case (no preceeding break)
35bug3.c:12:21: Variable j used before definition
36bug3.c:13:2: Path with no return in function declared to return int
37
80ee600a 38Finished LCLint checking --- 3 code errors found, as expected
885824d3 39
40Finished LCLint checking --- no code errors found
41
42Finished LCLint checking --- no code errors found
43
44Finished LCLint checking --- no code errors found
45
46hexconstants.c: (in function f)
47hexconstants.c:5:10: Return value type unsigned int does not match declared
48 type int: m1 + m2
49
50Finished LCLint checking --- 1 code error found, as expected
885824d3 51
52hexconstants.c: (in function f)
53hexconstants.c:2:21: Variable m1 initialized to type int, expects unsigned int:
54 0xFF
55hexconstants.c:3:21: Variable m2 initialized to type int, expects unsigned int:
56 0142
57hexconstants.c:5:10: Return value type unsigned int does not match declared
58 type int: m1 + m2
59hexconstants.c:1:5: Function f exported but not declared in header file
60 hexconstants.c:6:1: Definition of f
61
62Finished LCLint checking --- 4 code errors found, as expected
63
7bc6a007 64innercomment.c:1:17: Comment starts inside comment
65innercomment.c:16:3: Comment starts inside comment
885824d3 66Finished LCLint checking --- no code errors found
67
68Finished LCLint checking --- no code errors found
69
70offsetof.c: (in function f)
71offsetof.c:10:3: Assignment of size_t to int: m = offsetof(S,u)
72offsetof.c:12:26: Deep field k in offsetof is not the name of a field of struct
73 { int m; }: offsetof(S,u.s.k)
74
75Finished LCLint checking --- 2 code errors found, as expected
76
77Finished LCLint checking --- no code errors found
78
79Finished LCLint checking --- no code errors found
80
81Finished LCLint checking --- no code errors found
82
83error.c:5:9: Variable x initialized to type char, expects int: 'a'
84
85Finished LCLint checking --- 1 code error found, as expected
86
87ulrich.c: (in function utl_calloc)
88ulrich.c:14:13: Possibly null storage newblock returned as non-null: newblock
89 ulrich.c:12:16: Storage newblock may become null
90
80ee600a 91Finished LCLint checking --- 1 code error found, as expected
885824d3 92
93cpptest.c: (in function test)
94cpptest.c:2:11: Variable x initialized to type char, expects int: 'a'
95
80ee600a 96Finished LCLint checking --- 1 code error found, as expected
885824d3 97
98longlong.c: (in function llf)
99longlong.c:2:11: Variable m initialized to type long long, expects int: llx
100longlong.c:3:3: Assignment of long long to int: m = 243LL
101longlong.c:6:3: Assignment of long long to long int: lx = 5234LL
102longlong.c:9:3: Assignment of long long to long int: lx = llx
103
104Finished LCLint checking --- 4 code errors found, as expected
105
106Finished LCLint checking --- no code errors found
107
108Finished LCLint checking --- no code errors found
109
110Finished LCLint checking --- no code errors found
111
112alignof.c: (in function f)
113alignof.c:2:23: Variable m initialized to type size_t, expects int: alignof(x)
114alignof.c:3:23: Variable n initialized to type size_t, expects int:
115 alignof((x))
116
117Finished LCLint checking --- 2 code errors found, as expected
118
119Spec file not found: DBL_MANT_DIG=25.lcl
120Command Line: Malformed option `-D'
121Cannot open file: DBL_MANT_DIG=25.c
122Cannot open file: source.c
123
124Finished LCLint checking --- no code processed
This page took 0.255214 seconds and 5 git commands to generate.