]> andersk Git - splint.git/blob - test/tests2.5.expect
efa88495486a0c77e7d217615d2977f8454223e4
[splint.git] / test / tests2.5.expect
1
2 Finished LCLint checking --- no code errors found
3
4 boolt.c: (in function test)
5 boolt.c:7:16: Function test expects arg 1 to be pan_bool_t gets int: 2
6
7 Finished LCLint checking --- 1 code error found, as expected
8
9 uconstants.c: (in function f)
10 uconstants.c:2:16: Variable x0 declared but not used
11 uconstants.c:3:21: Variable x1 declared but not used
12
13 Finished LCLint checking --- 2 code errors found, as expected
14
15 hoof.c: (in function main)
16 hoof.c:12:16: Function init_arr expects arg 2 to be long int * gets int *: &j
17
18 Finished LCLint checking --- 1 code error found, as expected
19
20 Finished LCLint checking --- no code errors found
21
22 Finished LCLint checking --- no code errors found
23
24 booltest.c: (in function f)
25 booltest.c:9:12: Return value type int does not match declared type bool: i
26 booltest.c:8:7: Test expression for if not bool, type int: i
27
28 Finished LCLint checking --- 2 code errors found, as expected
29
30 Finished LCLint checking --- no code errors found
31
32 booltest.c: (in function f)
33 booltest.c:9:12: Return value type int does not match declared type bool: i
34
35 Finished LCLint checking --- 1 code error found, as expected
36
37 Finished LCLint checking --- no code errors found
38
39 Finished LCLint checking --- no code errors found
This page took 0.036083 seconds and 3 git commands to generate.