You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SYCL][NFC] Enable more warnings for SemaSYCL (#19259)
There are few compiler flags which are required in accordance with our
internal guidelines, but we can't apply them globally, because the
upstream code is not warning-free.
However, we do have two isolated downstream files: `SemaSYCL.cpp` and
`SemaSYCLDeclAttr.cpp` where we can apply those extra flags without
concerns that some code will come to us from the upstream.
Absolute most of the changes is fixing `-Wunused-parameter` warnings
0 commit comments