Skip to content

[SYCL][Fusion][NFC] Fix warning in FusionHelper.cpp #8207

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 6, 2023

Conversation

AGindinson
Copy link
Contributor

Warning log:

/path/to/llvm/sycl-fusion/jit-compiler/lib/fusion/FusionHelper.cpp: In lambda function:
/path/to/llvm/sycl-fusion/jit-compiler/lib/fusion/FusionHelper.cpp:136:11: warning: control reaches end of non-void function [-Wreturn-type]
  136 |           }();
      |

Signed-off-by: Artem Gindinson [email protected]

Warning log:
```
/path/to/llvm/sycl-fusion/jit-compiler/lib/fusion/FusionHelper.cpp: In lambda function:
/path/to/llvm/sycl-fusion/jit-compiler/lib/fusion/FusionHelper.cpp:136:11: warning: control reaches end of non-void function [-Wreturn-type]
  136 |           }();
      |
```

Signed-off-by: Artem Gindinson <[email protected]>
@AGindinson AGindinson temporarily deployed to aws February 5, 2023 15:32 — with GitHub Actions Inactive
@AGindinson AGindinson temporarily deployed to aws February 5, 2023 16:03 — with GitHub Actions Inactive
Copy link
Contributor

@sommerlukas sommerlukas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks for fixing.

@bader bader merged commit b07bd8d into intel:sycl Feb 6, 2023
@AGindinson AGindinson deleted the sycl-warnings-fusion branch February 6, 2023 17:01
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.

4 participants