mirror of
https://github.com/git/git.git
synced 2026-03-14 02:43:25 +01:00
Merge branch 'jc/checkout-m-twoway' into next
* jc/checkout-m-twoway: checkout_merged(): squelch false warning from some gcc
This commit is contained in:
@@ -157,7 +157,7 @@ static int checkout_merged(int pos, struct checkout *state)
|
||||
unsigned char sha1[20];
|
||||
mmbuffer_t result_buf;
|
||||
unsigned char threeway[3][20];
|
||||
unsigned mode;
|
||||
unsigned mode = 0;
|
||||
|
||||
memset(threeway, 0, sizeof(threeway));
|
||||
while (pos < active_nr) {
|
||||
|
||||
Reference in New Issue
Block a user