Re: [PATCH v3 09/16] index-helper: use watchman to avoid refreshing index with lstat()

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, 2016-04-07 at 15:52 -0700, Junio C Hamano wrote:
> Junio C Hamano <gitster@xxxxxxxxx> writes:
> 
> > > +		untracked = data + len + 8 + bitmap_size;
> > 
> > This breaks compilation as data here is of type (void *).
> > 
> > There may be similar breakages in this patch.
> 
> It turns out that this is the only one, and
> 
> 	untracked = (char *)data + len + 8 + bitmap_size;
> 
> is a sufficient fix (I've squashed it in to my copy).
> 
> Thanks.

Thanks.  I've squashed it into mine as well but with const char *
instead (seems maybe cleaner to me)
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]