Closed ChocoChipset closed 10 years ago
Assigning a void pointer to a function pointer is an undefined behaviour. If more strict warnings are enabled and warnings are treated as errors, this can prevent the project from compiling.
Cześć!
Noticed a small casting liberty preventing my project from compiling.
Fixed in this commit.
Assigning a void pointer to a function pointer is an undefined behaviour. If more strict warnings are enabled and warnings are treated as errors, this can prevent the project from compiling.