inetcomm/tests: Make sure to use return values (LLVM/Clang).
This commit is contained in:
parent
7cebcce857
commit
fd4ddca0dc
@ -257,6 +257,7 @@ static void test_CreateMessage(void)
|
|||||||
IMimeBody_Release(body);
|
IMimeBody_Release(body);
|
||||||
|
|
||||||
hr = IMimeMessage_GetBody(msg, IBL_ROOT, NULL, &hbody);
|
hr = IMimeMessage_GetBody(msg, IBL_ROOT, NULL, &hbody);
|
||||||
|
ok(hr == S_OK, "ret %08x\n", hr);
|
||||||
|
|
||||||
PropVariantInit(&prop);
|
PropVariantInit(&prop);
|
||||||
hr = IMimeMessage_GetBodyProp(msg, hbody, att_pritype, 0, &prop);
|
hr = IMimeMessage_GetBodyProp(msg, hbody, att_pritype, 0, &prop);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user