Fixed build warnings
This commit is contained in:
parent
0d10dda72a
commit
c973a1f83e
10 changed files with 21 additions and 16 deletions
|
|
@ -323,6 +323,7 @@ impl BuilderAttribs<'static> {
|
|||
}
|
||||
|
||||
impl<'a> BuilderAttribs<'a> {
|
||||
#[allow(dead_code)]
|
||||
fn extract_non_static(mut self) -> (BuilderAttribs<'static>, Option<&'a platform::Window>) {
|
||||
let sharing = self.sharing.take();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue