On Wed, Oct 19, 2011 at 2:10 PM, Ramsay Jones <ramsay@xxxxxxxxxxxxxxxxxxx> wrote: > > In particular, on systems that define uint32_t as an unsigned long, > gcc complains as follows: > > CC builtin/pack-objects.o > pack-objects.c: In function `compute_write_order': > pack-objects.c:600: warning: unsigned int format, uint32_t arg (arg 3) > > In order to suppress the warning, we use the C99 format specifier > macro PRIu32. > > Signed-off-by: Ramsay Jones <ramsay@xxxxxxxxxxxxxxxxxxx> > --- > > Hi Dan, > > If you need to re-roll your pack-objects series (dm/pack-objects-update > branch in pu), could you please squash this change into your final commit > 0a8145bd (pack-objects: don't traverse objects unnecessarily, 18-10-2011). > > If you don't need to re-roll, then I'm hoping Junio will notice and squash > this in before it hits next. ;-) Sorry about that- fixed locally, and if I do need to resend them then it will be fixed. -Dan -- 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