blob: 43eb4b1e30741f2dffa97b291d8e1811f4d99e66 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
test-2.c:16: warning: converted from 'int' to 'unsigned char'
test-2.c:17: warning: converted from 'int' to 'unsigned char'
test-2.c:21: warning: converted from 'int' to 'unsigned char'
test-2.c:22: warning: right shift of 8-bit quantity by 8 bits
test-2.c:22: warning: converted from 'int' to 'unsigned char'
test-2.c:24: warning: right shift of 8-bit quantity by 8 bits
test-2.c:26: warning: converted from 'int' to 'unsigned char'
test-2.c:27: warning: right shift of 8-bit quantity by 9 bits
test-2.c:27: warning: converted from 'int' to 'unsigned char'
test-2.c:29: warning: right shift of 8-bit quantity by 9 bits
test-2.c:31: warning: converted from 'int' to 'unsigned char'
test-2.c:32: warning: right shift of 8-bit quantity by 10 bits
test-2.c:32: warning: converted from 'int' to 'unsigned char'
test-2.c:34: warning: right shift of 8-bit quantity by 10 bits
Lint pass2:
|