Commit facd05a
authored
[NFC] Fix unused variable warning (microsoft#7877)
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 facd05a
1 file changed
+1
-1
lines changed| 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