mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-02-20 10:53:34 +00:00
Merge pull request #1897 from Gordon-F/hal_dx12_warning
[dx12] Fix compiler warning
This commit is contained in:
commit
86c2a8057e
@ -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