-
-
Notifications
You must be signed in to change notification settings - Fork 254
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
Many fixes to various compiler warnings #3124
Commits on Jun 16, 2023
-
Fixed various -Wmissing-variable-declarations by adding static keyword
In a few cases, renamed the variable suffix from _g to _s.
Configuration menu - View commit details
-
Copy full SHA for 8c1da1a - Browse repository at this point
Copy the full SHA 8c1da1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1846298 - Browse repository at this point
Copy the full SHA 1846298View commit details -
Fixed various -Wconditional-uninitialized warnings by just initializi…
…ng variable to zero
Configuration menu - View commit details
-
Copy full SHA for 89ea464 - Browse repository at this point
Copy the full SHA 89ea464View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c393ea - Browse repository at this point
Copy the full SHA 8c393eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for baa05f0 - Browse repository at this point
Copy the full SHA baa05f0View commit details -
Fixed various -Wunused-variable warnings
Some of these the compiler is now able to identify thanks to the previous fixes of -Wmissing-variable-declarations warnings, making the variables static.
Configuration menu - View commit details
-
Copy full SHA for bdd115b - Browse repository at this point
Copy the full SHA bdd115bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b3be07 - Browse repository at this point
Copy the full SHA 3b3be07View commit details -
Fixed the only -Wsometimes-uninitialized warning
Moved the logging into the `if`, which I think is what the author probably intended.
Configuration menu - View commit details
-
Copy full SHA for 2912b38 - Browse repository at this point
Copy the full SHA 2912b38View commit details -
Configuration menu - View commit details
-
Copy full SHA for f578b00 - Browse repository at this point
Copy the full SHA f578b00View commit details