Commit edc1821
Ewan Crawford
[Cmd-Buf][L0] Fix Coverity unsigned comparison report
Fixes Coverity defect report from L0 command-buffer update
code merged in oneapi-src#1353
```
This greater-than-or-equal-to-zero comparison of an unsigned value is always true. "CommandDesc->newWorkDim >= 0U".
```1 parent a504ead commit edc1821
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1030 | 1030 | | |
1031 | 1031 | | |
1032 | 1032 | | |
1033 | | - | |
| 1033 | + | |
1034 | 1034 | | |
1035 | 1035 | | |
1036 | 1036 | | |
| |||
0 commit comments