mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-05 14:41:27 +03:00
remove android build warns
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
@@ -64,6 +64,7 @@ mod pa_impl {
|
||||
)))
|
||||
.await
|
||||
);
|
||||
#[cfg(target_os = "linux")]
|
||||
let zero_audio_frame: Vec<f32> = vec![0.; AUDIO_DATA_SIZE_U8 / 4];
|
||||
while sp.ok() && !RESTARTING.load(Ordering::SeqCst) {
|
||||
sp.snapshot(|sps| {
|
||||
|
||||
Reference in New Issue
Block a user