-
- Downloads
An error occurred while fetching merge requests data.
Cast function pointers through void* to shut up GCC warnings
GCC 7 complains that it doesn't know the warnings we are trying to disable, so we just exchanged one kind of warning for another before. This way is more convincing to GCC that we know what we are doing.
Loading
Please register or sign in to comment