Skip to content

Fix warnings about potentially uninitialized variable usage#11

Merged
themrdemonized merged 1 commit intothemrdemonized:all-in-one-vs2022from
clayne:1692030705-possible-uninit-var-usage
Aug 15, 2023
Merged

Fix warnings about potentially uninitialized variable usage#11
themrdemonized merged 1 commit intothemrdemonized:all-in-one-vs2022from
clayne:1692030705-possible-uninit-var-usage

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
ARandomUserN pushed a commit to ARandomUserN/xray-monolith that referenced this pull request Nov 21, 2025
ARandomUserN pushed a commit to ARandomUserN/xray-monolith that referenced this pull request Nov 21, 2025
ARandomUserN pushed a commit to ARandomUserN/xray-monolith that referenced this pull request Nov 21, 2025
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.

2 participants