Skip to content
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

[SYCL][E2E] Avoid unused argument warning for imf_fp16_trivial_test #16049

Conversation

steffenlarsen
Copy link
Contributor

The imf_fp16_trivial_test has a clangxx invocation with only object files. On Windows, this invocation may have /EHsc, which in this case will be ignored. This issues a warning, which in turn becomes an error when -Werror is set. To avoid this, we ignore unused-argument warnings for this specific invocation.

The imf_fp16_trivial_test has a clangxx invocation with only object
files. On Windows, this invocation may have /EHsc, which in this case
will be ignored. This issues a warning, which in turn becomes an error
when -Werror is set. To avoid this, we ignore unused-argument warnings
for this specific invocation.

Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
@aelovikov-intel aelovikov-intel merged commit 98d86d0 into intel:sycl Nov 12, 2024
14 checks passed
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