On Thu, Jul 18, 2013 at 09:25:50PM +0100, Ramsay Jones wrote: > Sparse issues some "Using plain integer as NULL pointer" warnings. > Each warning relates to the use of an '{0}' initialiser expression > in the declaration of an 'struct object_info'. The first field of > this structure has pointer type. Thus, in order to suppress these > warnings, we replace the initialiser expression with '{NULL}'. > > Signed-off-by: Ramsay Jones <ramsay@xxxxxxxxxxxxxxxxxxx> Acked-by: Jeff King <peff@xxxxxxxx> I thought at first we would need one more for the new callsite I added in my series, but we use memset() in that instance, so it is fine. -Peff -- 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