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

oldstable
Austin English 2011-02-08 16:04:23 -08:00 committed by Alexandre Julliard
parent fe067c53dd
commit 22c1843e08
1 changed files with 1 additions and 0 deletions

View File

@ -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)
{