[PATCH 5/5] shell32: Silence fixme for tested case

Nikolay Sivov nsivov at codeweavers.com
Sun Sep 24 12:38:48 CDT 2017


Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
---
 dlls/shell32/shelldispatch.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dlls/shell32/shelldispatch.c b/dlls/shell32/shelldispatch.c
index a388d8e3bc..ee3c3ab951 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;
     }
 
-- 
2.14.1




More information about the wine-patches mailing list