Commit acdbdc9
committed
Fix format-signedness warning in GraphicsPipeline sample count log
The MSAA sample-count ternary produced signed int literals passed to a
%u format specifier. Make the literals unsigned to match the format
and the value's conceptual type (a count).1 parent b135ef2 commit acdbdc9
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
133 | | - | |
134 | | - | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| |||
0 commit comments