Skip to content

NFC: Fix switch with missing default case in DxilShaderModel.cpp (#6288)#6290

Merged
tex3d merged 1 commit intomicrosoft:release-1.8.2403from
tex3d:cp-fix-switch-no-default
Feb 15, 2024
Merged

NFC: Fix switch with missing default case in DxilShaderModel.cpp (#6288)#6290
tex3d merged 1 commit intomicrosoft:release-1.8.2403from
tex3d:cp-fix-switch-no-default

Conversation

@tex3d
Copy link
Copy Markdown
Contributor

@tex3d tex3d commented Feb 13, 2024

This missing default case statement would cause build break when compiling with additional warning settings, such as /Wall /WX in VC++.

Fixes #6287.

(cherry picked from commit 627e400)

…rosoft#6288)

This missing default case statement would cause build break when
compiling with additional warning settings, such as /W4 /WX in VC++.

Fixes microsoft#6287.

(cherry picked from commit 627e400)
@tex3d tex3d requested a review from a team as a code owner February 13, 2024 02:19
@tex3d tex3d enabled auto-merge (squash) February 13, 2024 02:51
@tex3d tex3d merged commit eecba19 into microsoft:release-1.8.2403 Feb 15, 2024
@tex3d tex3d deleted the cp-fix-switch-no-default branch February 15, 2024 18:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

3 participants