kopia lustrzana https://gitlab.com/sane-project/backends
hp: fix hp_bool_t to be unsigned
Fixes overflow warnings on 1-bit bitfields built on hp_bool_t.merge-requests/1/head
rodzic
1bd8404c12
commit
f0f7918101
|
@ -104,7 +104,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
typedef int hp_bool_t;
|
||||
typedef unsigned int hp_bool_t;
|
||||
typedef unsigned char hp_byte_t;
|
||||
|
||||
typedef enum { HP_CONNECT_SCSI, HP_CONNECT_DEVICE,
|
||||
|
|
Ładowanie…
Reference in New Issue