cast: fix cast of void * when we don't have GCC features.
I thought using sizeof() comparison to compare the types was clever, but it doesn't work on void pointers, as sizeof(void) is illegal.
Showing
Please register or sign in to comment