Commit 34e7012
authored
[UR] Fix warnings in appendKernelLaunchWithArgsExpNew() (#20543)
Fix the following warnings in appendKernelLaunchWithArgsExpNew():
```
warning: cast from type ‘X’ to type ‘void*’ casts away qualifiers [-Wcast-qual]
```
Signed-off-by: Lukasz Dorau <[email protected]>1 parent 0fa2cd4 commit 34e7012
File tree
1 file changed
+6
-3
lines changed- unified-runtime/source/adapters/level_zero/v2
1 file changed
+6
-3
lines changedLines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1171 | 1171 | | |
1172 | 1172 | | |
1173 | 1173 | | |
1174 | | - | |
| 1174 | + | |
| 1175 | + | |
1175 | 1176 | | |
1176 | 1177 | | |
1177 | | - | |
| 1178 | + | |
| 1179 | + | |
1178 | 1180 | | |
1179 | 1181 | | |
1180 | | - | |
| 1182 | + | |
| 1183 | + | |
1181 | 1184 | | |
1182 | 1185 | | |
1183 | 1186 | | |
| |||
0 commit comments