Skip to content

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