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

This commit is contained in:
Austin English 2011-02-10 13:27:29 -08:00 committed by Alexandre Julliard
parent 746e8b237e
commit 1091ceef7b
1 changed files with 1 additions and 0 deletions

View File

@ -1832,6 +1832,7 @@ static void test_nextdispid(IDispatchEx *dispex)
V_VT(&var) = VT_EMPTY;
hres = dispex_propput(dispex, dyn_id, 0, &var);
ok(hres == S_OK, "dispex_propput failed: %08x\n", hres);
while(last_id != dyn_id) {
hres = IDispatchEx_GetNextDispID(dispex, fdexEnumAll, last_id, &id);