Skip to content
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

Fix warnings #38

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Conversation

mingwandroid
Copy link
Contributor

I fixed all the warnings I could squeeze out of as many compilers as I could get my hands on.

DetachThread can't be static.
InitializeDll.h doesn't exist.
Returning const values makes no sense.
Add some missing standard headers includes.
Add include of <algorithm> for std::min and std::max
Define NOMINMAX so this can work
Add include of <cstddef>
Tiny bit of _MSC_VER fixing for MinGW-w64 plans
Remove isinff(x) replacing it with !isfinite(x)
(or _finite on Windows MSVC < 2013)
@mingwandroid
Copy link
Contributor Author

Would it be possible to get a review for this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant