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: Implicit conversions since Box2D treats warnings as errors. #816

Closed
wants to merge 1 commit into from

Conversation

ferhatgec
Copy link

Since Box2D treats warnings as errors, (at least with use of CMake) CMake generates /Wx parameter for MSVC.
And implicit conversions give warning (at least in MSVC), I get error and this PR fixes that.
It's really relatively basic and simple thing and won't break anything, just to suppress compiler errors due to implicit conversion.

erincatto added a commit that referenced this pull request Oct 5, 2024
@ferhatgec ferhatgec closed this Oct 5, 2024
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