Nikolay Sivov : shell32: Silence fixme for tested case.

Alexandre Julliard julliard at winehq.org
Tue Sep 26 14:56:16 CDT 2017


Module: wine
Branch: master
Commit: 76d46fa3234a5b6eb5042b683b283942e6b99c58
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=76d46fa3234a5b6eb5042b683b283942e6b99c58

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Tue Sep 26 12:57:52 2017 +0300

shell32: Silence fixme for tested case.

Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at 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;
     }
 




More information about the wine-cvs mailing list