Skip to content

[SYCL] Fix unittests on MSVC #6805

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

Conversation

steffenlarsen
Copy link
Contributor

This commit makes two changes:

  • Fixes a cast of incompatible size in the PI mock plugin that caused a warning on MSVC.
  • Changes the definition of the captureless lambda function in the RedefineAPI PiMock unittest to avoid MSVC considering it equal to the function defined by the PI mock plugin.

This commit makes two changes:
* Fixes a cast of incompatible size in the PI mock plugin that caused
  a warning on MSVC.
* Changes the definition of the captureless lambda function in the
  RedefineAPI PiMock unittest to avoid MSVC considering it equal to the
  function defined by the PI mock plugin.

Signed-off-by: Larsen, Steffen <[email protected]>
@steffenlarsen steffenlarsen requested a review from a team as a code owner September 16, 2022 11:14
@steffenlarsen steffenlarsen merged commit cc03176 into intel:sycl Sep 16, 2022
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