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
Developers' host systems use different compilers, which have different warnings enabled by default. As a result, SYCL users who want to follow Get Started Guide often fail to compile the toolchain. This patch changes the behavior for `configure.py`: warnings are not treated as errors, unless `--werror` or `--ci-defaults` flags are passed to the script. CI will continue to require pull requests without warnings.
0 commit comments