Commit 9b78f08
authored
[SYCL][NFC] Disable warn to error in preprocess test (#20940)
The warn to error setting is not important for this test, as all we want
to do is build the generated preprocessed file. Update the command line
to use -Wno-error to allow for a successful compile. There is a
possibility of certain generated preprocessed file conditions where
warnings will be emitted that we want to not error on.1 parent 2c613bb commit 9b78f08
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments