Commit a2979e7
authored
Resolve some default error warnings (#7191)
DxilContainerValidation.cpp has some int / bool comparisons that cause
default error warnings in some of the private builds.
This needs to be addressed. This PR changes the comparisons by
converting the numerical expressions into the appropriate boolean, then
comparing the booleans.1 parent 7c8005a commit a2979e7
1 file changed
+7
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
337 | 337 | | |
338 | 338 | | |
339 | 339 | | |
340 | | - | |
| 340 | + | |
| 341 | + | |
341 | 342 | | |
342 | | - | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
343 | 346 | | |
344 | 347 | | |
345 | 348 | | |
| |||
494 | 497 | | |
495 | 498 | | |
496 | 499 | | |
497 | | - | |
| 500 | + | |
| 501 | + | |
498 | 502 | | |
499 | 503 | | |
500 | 504 | | |
| |||
0 commit comments