Some time ago, Martin Buchholz wrote...
I don't get any warnings with gcc or sun cc.
Perhaps Microsoft C is more picky about consts - it implicitly "upcasts"
struct foo* to void* and const struct foo* to const void* without a warning,
but warns about an implicit cast of const struct foo* to void*.
This is a very Martinesque change
Thanks :)
-kkm