mirror of
https://github.com/libgit2/libgit2.git
synced 2026-06-22 06:26:26 +00:00
net: use an unsigned int for a bitfield
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
#define GIT_NET_URL_PARSER_INIT { 0 }
|
||||
|
||||
typedef struct {
|
||||
int hierarchical : 1;
|
||||
unsigned int hierarchical : 1;
|
||||
|
||||
const char *scheme;
|
||||
const char *user;
|
||||
|
||||
Reference in New Issue
Block a user