Commit d38dfa13 authored by Austin English's avatar Austin English Committed by Alexandre Julliard

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

parent 81102327
......@@ -1001,6 +1001,7 @@ static void test_typelibmarshal(void)
IKindaEnumWidget_Release(pKEW);
hr = IWidget_QueryInterface(pWidget, &IID_IDispatch, (void **)&pDispatch);
ok_ole_success(hr, IWidget_QueryInterface);
/* call put_Name */
VariantInit(&vararg[0]);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment