remove warns

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou
2023-04-20 13:36:44 +08:00
parent 64689c8fd7
commit a76fd86f19
3 changed files with 25 additions and 11 deletions

View File

@@ -165,6 +165,7 @@ impl OboePlayer {
}
}
#[cfg(not(any(target_os = "android", target_os = "ios")))]
fn is_null(&self) -> bool {
self.raw.is_null()
}