winhttp/tests: Make sure a return value is used (LLVM/Clang).
This commit is contained in:
parent
22c1843e08
commit
3455c78042
|
@ -871,6 +871,7 @@ static void test_secure_connection(void)
|
|||
{
|
||||
size = 0;
|
||||
ret = WinHttpReadData(req, buffer, sizeof(buffer), &size);
|
||||
ok(ret == TRUE, "WinHttpReadData failed: %u.\n", GetLastError());
|
||||
if (!size) break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue