Linus Torvalds wrote: > I suspect it might as well be cast to "const char *", and then > hopefully you only need one cast. > > So maybe it could be written as > > data = (const char *) data + len; > > instead, and avoid the second cast (because the assignment should be ok, > since it's assigning back to a "const void *"). Yep, that's enough. It produces an identical binary on all platforms except Solaris x86 using SUNWspro compiler. -brandon -- 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