Nikolay Sivov : shell32: Silence fixme for tested case.
Module: wine Branch: master Commit: 76d46fa3234a5b6eb5042b683b283942e6b99c58 URL: http://source.winehq.org/git/wine.git/?a=commit;h=76d46fa3234a5b6eb5042b683b... Author: Nikolay Sivov <nsivov(a)codeweavers.com> Date: Tue Sep 26 12:57:52 2017 +0300 shell32: Silence fixme for tested case. Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/shell32/shelldispatch.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dlls/shell32/shelldispatch.c b/dlls/shell32/shelldispatch.c index 57170ee..644f67be 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; }
participants (1)
-
Alexandre Julliard