fix last two warnings

This commit is contained in:
holger krekel
2019-07-22 11:45:41 +02:00
parent 7a19963879
commit 6f79800824
2 changed files with 2 additions and 5 deletions

View File

@@ -110,7 +110,7 @@ unsafe fn dc_job_perform(context: &Context, thread: libc::c_int, probe_network:
},
);
match jobs {
Ok(ref res) => {}
Ok(ref _res) => {}
Err(ref err) => {
info!(context, 0, "query failed: {:?}", err);
}