mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2025-01-11 05:21:31 +11:00
Squash some warnings
This commit is contained in:
parent
00460364ca
commit
f5fb030c36
|
@ -32,9 +32,9 @@ fn main() {
|
||||||
run(window3, (1.0, 0.0, 0.0, 1.0));
|
run(window3, (1.0, 0.0, 0.0, 1.0));
|
||||||
});
|
});
|
||||||
|
|
||||||
t1.join();
|
let _ = t1.join();
|
||||||
t2.join();
|
let _ = t2.join();
|
||||||
t3.join();
|
let _ = t3.join();
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(feature = "window")]
|
#[cfg(feature = "window")]
|
||||||
|
|
Loading…
Reference in a new issue