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 warnings about potentially uninitialized variable usage #11

Conversation

clayne
Copy link
Contributor

@clayne clayne commented Aug 14, 2023

  • All involved variables involve use of a switch without a default case to set it to null. It's unlikely said default case will ever be hit, but the compiler doesn't know this.
* All involved variables involve use of a switch without a default
  case to set it to null. It's unlikely said default case will ever
  be hit, but the compiler doesn't know this.
@clayne clayne force-pushed the 1692030705-possible-uninit-var-usage branch from 9d449db to 1eeb68b Compare August 14, 2023 16:38
@themrdemonized themrdemonized merged commit 6480ac5 into themrdemonized:all-in-one-vs2022 Aug 15, 2023
themrdemonized added a commit that referenced this pull request Aug 15, 2023
Fix warnings about potentially uninitialized variable usage

(cherry picked from commit 6480ac5)
themrdemonized added a commit that referenced this pull request Aug 15, 2023
Fix warnings about potentially uninitialized variable usage

(cherry picked from commit 6480ac5)
(cherry picked from commit 16f12a8)
@clayne clayne deleted the 1692030705-possible-uninit-var-usage branch August 19, 2023 15:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants