From 76d46fa3234a5b6eb5042b683b283942e6b99c58 Mon Sep 17 00:00:00 2001 From: Nikolay Sivov Date: Tue, 26 Sep 2017 12:57:52 +0300 Subject: [PATCH] shell32: Silence fixme for tested case. Signed-off-by: Nikolay Sivov Signed-off-by: Alexandre Julliard --- dlls/shell32/shelldispatch.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dlls/shell32/shelldispatch.c b/dlls/shell32/shelldispatch.c index 57170ee2609..644f67beffb 100644 --- a/dlls/shell32/shelldispatch.c +++ b/dlls/shell32/shelldispatch.c @@ -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; }