tests: fixed some 'unused return value' compiler warnings

This commit is contained in:
Evgeny Grin (Karlson2k)
2017-10-30 18:39:47 +03:00
parent a3e227ea15
commit 80ff0e1596
10 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -207,7 +207,7 @@ testExternalGet (int flags)
}
}
else
sleep (1);
(void)sleep (1);
curl_multi_perform (multi, &running);
if (running == 0)
{