Skip to content

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 <[email protected]>
@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