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:
Junio C Hamano
2011-12-15 14:12:40 -08:00

View File

@@ -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) {