Commit 9293159
committed
[nfc] Fix unused variable warning
DataSize is only used in a DXASSERT, which is compile out in some configurations resulting in a unused variable warning. This change adds a [[maybe_unused]] attribute to suppress that warning.1 parent 61de741 commit 9293159
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
351 | 351 | | |
352 | 352 | | |
353 | 353 | | |
354 | | - | |
| 354 | + | |
355 | 355 | | |
356 | 356 | | |
357 | 357 | | |
| |||
0 commit comments