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

Address possible use of uninitialized variables #1646

Merged
merged 1 commit into from
Sep 17, 2024

Conversation

jcm93
Copy link
Contributor

@jcm93 jcm93 commented Sep 16, 2024

Minor code cleanup. clang reports that it's possible under some circumstances these variables are uninitialized when used.

Overall motivation is to utilize some stricter compiler settings in the future and error on -Wuninitialized.

@LukeUsher LukeUsher merged commit b5a8edc into ares-emulator:master Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants