Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SYCL][E2E][Bindless] Fix -Werror issues (#14912)
Consists of two parts: 1. Fix the setting of `-Werror` on Windows in general for E2E tests * Just appending to `SYCL_E2E_CLANG_CXX_FLAGS` adds an extra semicolon that causes the command line to fail 3. Address remaining `-Werror` failures in Bindless Images E2E tests * Add return from function, even though there's an `assert(false)`
- Loading branch information