wintrust/tests: make sure return values are used (LLVM/Clang) (resend)

Paul Vriens paul.vriens.wine at gmail.com
Fri Feb 4 02:42:52 CST 2011


On 02/04/2011 09:32 AM, Austin English wrote:
> -            ret = funcs->pfnObjectTrust(&data);
> +            funcs->pfnObjectTrust(&data);
> +            ok(ret == S_FALSE, "Expected S_FALSE, got %08x\n", ret);

This doesn't look correct (you are removing the assignment and then 
check it). I know that this code path will never be taken, but still.

-- 
Cheers,

Paul.



More information about the wine-devel mailing list