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; }