-
Notifications
You must be signed in to change notification settings - Fork 604
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
Enabling some compiler warnings produce many that could be fixed #519
Comments
Here are some compiler flags to enable to show dozen of possible problems:
Solving those can help avoid dozen of bugs and undefined behaviors |
Some more warning that could be fixed, but needs logic checking that I could not do
|
This looks like serious one too:
|
Another interesting one
|
Are you compiling on a platform where |
The code looks correct to me. I have no idea what this warning means — if |
I'm trying to port your library, enabling compiler warnings produces many that could be fixed and actually I think fixed them would enhance the quality of the lib too much.
Here are most of them
The text was updated successfully, but these errors were encountered: