shell32: Silence fixme for tested case.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
Nikolay Sivov 2017-09-26 12:57:52 +03:00 committed by Alexandre Julliard
parent d935fa69d8
commit 76d46fa323
1 changed files with 2 additions and 0 deletions

View File

@ -1148,6 +1148,8 @@ static HRESULT WINAPI FolderItemsImpl_Item(FolderItems3 *iface, VARIANT index, F
default:
FIXME("Index type %d not handled.\n", V_VT(&index));
/* fall through */
case VT_EMPTY:
return E_NOTIMPL;
}