From fd4ddca0dc1b720cbcd4b0a6c41dfbe5ee171b2b Mon Sep 17 00:00:00 2001 From: Austin English Date: Mon, 7 Feb 2011 14:57:43 -0800 Subject: [PATCH] inetcomm/tests: Make sure to use return values (LLVM/Clang). --- dlls/inetcomm/tests/mimeole.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/inetcomm/tests/mimeole.c b/dlls/inetcomm/tests/mimeole.c index 7edef676f50..36bc338a65f 100644 --- a/dlls/inetcomm/tests/mimeole.c +++ b/dlls/inetcomm/tests/mimeole.c @@ -257,6 +257,7 @@ static void test_CreateMessage(void) IMimeBody_Release(body); hr = IMimeMessage_GetBody(msg, IBL_ROOT, NULL, &hbody); + ok(hr == S_OK, "ret %08x\n", hr); PropVariantInit(&prop); hr = IMimeMessage_GetBodyProp(msg, hbody, att_pritype, 0, &prop);