Displaying 1 result from an estimated 1 matches for "_parse_hex_value".
2011 Jan 19
1
Pigeonhole 2.2 build issue on arm
When building Pigeonhole 2.2 for ARM, the following warnings are
produced:
uri-mailto.c: In function '_parse_hex_value':
uri-mailto.c:139: warning: comparison is always false due to limited
range of data type
uri-mailto.c:145: warning: comparison is always false due to limited
range of data type
The problem is a test assuming that char is a signed type :
static inline int _decode_hex_digit(char digit)...