mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-22 14:55:05 +00:00
[dx12] Fix compiler warning
This commit is contained in:
parent
3ced8bf892
commit
792fbc17e5
@ -253,7 +253,7 @@ impl super::Device {
|
||||
error.GetBufferSize(),
|
||||
)
|
||||
};
|
||||
write!(full_msg, ": {}", String::from_utf8_lossy(message));
|
||||
let _ = write!(full_msg, ": {}", String::from_utf8_lossy(message));
|
||||
unsafe {
|
||||
error.destroy();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user