]> andersk Git - splint.git/blame - test/ullint.expect
noexpand always false.
[splint.git] / test / ullint.expect
CommitLineData
80ee600a 1
2ullint.c: (in function main)
3ullint.c:24:3: Assignment of int to unsigned char: c = 0x01
4ullint.c:29:11: Operands of < have incompatible types (int, size_t):
5 i < sizeof((src))
6ullint.c:35:26: Array element src[0] used before definition
7ullint.c:35:3: Assignment of unsigned char to pan_uint32_t:
8 ui32 = (pan_uint32_t)((src[0] ^ 0xFC) << 30) | ((src[1] ^ 0x80) << 24) |
9 ((src[2] ^ 0x80) << 18) | ((src[3] ^ 0x80) << 12) | ((src[4] ^ 0x80) << 6)
10 | (src[5] ^ 0x80)
11ullint.c:37:3: Assignment of unsigned char to pan_uint32_t: d = c
12
11db3170 13Finished checking --- 5 code warnings, as expected
80ee600a 14
15ullint.c: (in function main)
16ullint.c:29:11: Operands of < have incompatible types (int, size_t):
17 i < sizeof((src))
18ullint.c:35:26: Array element src[0] used before definition
19
11db3170 20Finished checking --- 2 code warnings, as expected
This page took 0.08263 seconds and 5 git commands to generate.