-
Notifications
You must be signed in to change notification settings - Fork 20
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
-Werror breaks toolchain compilation with clang #108
Comments
This is still an issue with clang 12, although the warning changed:
|
You can use I'm not a triSYCL/sycl dev, but I suppose they just don't care about this kind o warnings at this stage of development. |
Thanks, that helps. |
I have seen that upstream they have removed some warnings when compiling with C++20. Perhaps there will be less warning after next merge from upstream. But not before CppCon 2021... |
In an attempt to work around #107 I tried to compile the toolchain with Ubuntu 20.04's default clang:
I configured & ran the build system:
Near the end of the compilation some warnings are triggered. Due to
-Werror
the build fails:(I removed some harmless warnings that are triggered by including
cl_ext_intel.h
.)Let me know if I can do something to investigate or help.
The text was updated successfully, but these errors were encountered: