]> andersk Git - splint.git/blob - test/longint.expect
noexpand always false.
[splint.git] / test / longint.expect
1
2 longint.c: (in function f)
3 longint.c:7:3: Assignment of long int to int: i1 = li1
4 longint.c:10:3: Assignment of int to short int: si1 = i1
5 longint.c:13:3: Assignment of long int to short int: si1 = li1
6
7 Finished checking --- 3 code warnings, as expected
8
9 longint.c: (in function f)
10 longint.c:10:3: Assignment of int to short int: si1 = i1
11 longint.c:13:3: Assignment of long int to short int: si1 = li1
12
13 Finished checking --- 2 code warnings, as expected
14
15 longint.c: (in function f)
16 longint.c:7:3: Assignment of long int to int: i1 = li1
17 longint.c:13:3: Assignment of long int to short int: si1 = li1
18
19 Finished checking --- 2 code warnings, as expected
20
21 Finished checking --- no warnings
This page took 0.297262 seconds and 5 git commands to generate.