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);
|
||||
|
||||
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);
|
||||
|
|
Loading…
Reference in New Issue