mirror of
https://github.com/git/git.git
synced 2025-03-19 00:08:45 +00:00
fmt-merge-msg.c: Fix an "dubious one-bit signed bitfield" sparse error
Signed-off-by: Ramsay Jones <ramsay@ramsay1.demon.co.uk> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
273c7032e9
commit
90a321c04c
@ -37,7 +37,7 @@ struct src_data {
|
||||
|
||||
struct origin_data {
|
||||
unsigned char sha1[20];
|
||||
int is_local_branch:1;
|
||||
unsigned is_local_branch:1;
|
||||
};
|
||||
|
||||
static void init_src_data(struct src_data *data)
|
||||
|
Loading…
x
Reference in New Issue
Block a user