Hi, On Wed, 7 Feb 2007, Junio C Hamano wrote: > Johannes Schindelin <Johannes.Schindelin@xxxxxx> writes: > > > Not on all platforms are size_t and unsigned long equivalent. > > Since I do not know how portable %z is, I play safe, and just > > cast the respective variables to unsigned long. > > The format "%s %lu" is consistent with what write_sha1_file_prepare() > and unpack_sha1_header() uses, so that should be safe enough. So, should we cast to (unsigned long) to make the gcc warning go away, or do we not care at all? > However, your patch does not apply. Hmm. Strange, I thought that I only changed the in_merge_bases() line... Will have a look tomorrow. Ciao, Dscho - 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