Commit 22c1843e authored by Austin English's avatar Austin English Committed by Alexandre Julliard

secur32/tests: Make sure a return value is used (LLVM/Clang).

parent fe067c53
......@@ -968,6 +968,7 @@ static void testSignSeal(void)
}
sec_status = setupFakeServer(&server, sec_pkg_name);
ok(sec_status == SEC_E_OK, "setupFakeServer returned %s\n", getSecError(sec_status));
while(client_stat == SEC_I_CONTINUE_NEEDED && server_stat == SEC_I_CONTINUE_NEEDED)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment