Commit f2f02c5
authored
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 b471183 commit f2f02c5
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
337 | 337 | | |
338 | 338 | | |
339 | 339 | | |
340 | | - | |
| 340 | + | |
341 | 341 | | |
342 | 342 | | |
343 | 343 | | |
| |||
494 | 494 | | |
495 | 495 | | |
496 | 496 | | |
497 | | - | |
| 497 | + | |
| 498 | + | |
498 | 499 | | |
499 | 500 | | |
500 | 501 | | |
| |||
0 commit comments