Fix -ansi -pedantic warning (can't cast a pointer to function
to a pointer to object, that is, int foo(); void *bar= (void*) foo is not allowed.
Showing
Please register or sign in to comment
to a pointer to object, that is, int foo(); void *bar= (void*) foo is not allowed.