get rid of unused mut warning on extension_names for non-apple targets
This commit is contained in:
parent
14670bdb54
commit
4128a93f54
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ impl RendererBackendManager {
|
|||
|
||||
let name = std::ffi::CString::new("gameboy").unwrap();
|
||||
|
||||
#[allow(unused_mut)]
|
||||
let mut extension_names = enumerate_required_extensions(display_handle)
|
||||
.unwrap()
|
||||
.to_vec();
|
||||
|
|
Loading…
Add table
Reference in a new issue