-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gcc 9.2 warning (-Wcast-function-type) on MSYS2 #38
Comments
Yes it is my goal too, to be warning free, when possible, GCC 9 on MSYS2 is not yet under the CI tested compilers. I'll look into it. |
as best as I can tell the most recent commit 73da6e1 does clear up the warning on MSYS2. I am not really familiar with those functions or think we are using them in any way so I can't speak to the correctness. But it does clear up the warning, so that is 👍 |
Re-updated the fix, as I didn't like that "evil cast" myself. Following the example of other projects to disable the check for these lines as it is a known issue with |
Fix released with v1.2.10 |
Describe the bug
warning in gcc 9.2 on MSYS2 environment
To Reproduce
Detailed steps to reproduce the behavior.
Expected behavior
It would be nice if the code were warning free
Additional context
MSYS2, gcc 9.2 compiler --std=c++14, most warnings turned on.
Tried with the latest release, but that didn't clear up the warning.
The text was updated successfully, but these errors were encountered: