On Fri, 16 Mar 2007, Josh Triplett wrote: > > Hmmm, odd. After a few iterations, I managed to discover that Sparse will > warn if you attempt to convert a const int * to an int *, but not if you > attempt to convert a const void * to a void *. This seems like a bug to me. Yeah, I think we allow *any* conversion to "void *". We probably should still check const/volatile. Linus - To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html