mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-26 04:09:30 +03:00
tests: fixed some 'unused return value' compiler warnings
This commit is contained in:
@@ -207,7 +207,7 @@ testExternalGet (int flags)
|
||||
}
|
||||
}
|
||||
else
|
||||
sleep (1);
|
||||
(void)sleep (1);
|
||||
curl_multi_perform (multi, &running);
|
||||
if (running == 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user