-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Suppress GCC warning about casting a function to void*
Suppress the -Wconditionally-supported GCC warning about "casting between pointer-to-function and pointer-to-object is conditionally-supported". This is required to be supported by POSIX, and used extensively by dlsym(3).
- Loading branch information
1 parent
ba169cd
commit 9c86141
Showing
2 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters