stream: use an unsigned int for a bitmask

This commit is contained in:
Edward Thomson
2023-12-14 13:40:57 +00:00
parent 4681b3aee4
commit b882e9e7a6

View File

@@ -29,8 +29,8 @@ GIT_BEGIN_DECL
typedef struct git_stream {
int version;
int encrypted : 1,
proxy_support : 1;
unsigned int encrypted : 1,
proxy_support : 1;
/**
* Timeout for read and write operations; can be set to `0` to