Commit 9ed52434 by Edward Thomson

refdb: use an unsigned int for a bitfield

parent de9a76b9
......@@ -62,8 +62,8 @@ typedef struct refdb_fs_backend {
git_oid_t oid_type;
int fsync : 1,
sorted : 1;
unsigned int fsync : 1,
sorted : 1;
int peeling_mode;
git_iterator_flag_t iterator_flags;
uint32_t direach_flags;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment