Skip to content

[SYCL][NativeCPU] Fix MSVC build. #17090

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

Merged
merged 1 commit into from
Feb 20, 2025
Merged

Conversation

hvdijk
Copy link
Contributor

@hvdijk hvdijk commented Feb 20, 2025

MSVC warns about a possible uninitialized variable. This is a false positive but explicitly initializing always is harmless, so do this.

MSVC warns about a possible uninitialized variable. This is a false positive
but explicitly initializing always is harmless, so do this.
@hvdijk hvdijk requested a review from a team as a code owner February 20, 2025 12:07
@hvdijk
Copy link
Contributor Author

hvdijk commented Feb 20, 2025

@intel/llvm-gatekeepers This is ready to be merged, thanks.

@dm-vodopyanov dm-vodopyanov merged commit 24989ab into intel:sycl Feb 20, 2025
30 checks passed
kurapov-peter pushed a commit to kurapov-peter/llvm that referenced this pull request Mar 5, 2025
MSVC warns about a possible uninitialized variable. This is a false
positive but explicitly initializing always is harmless, so do this.
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.

3 participants