From 2991da5d70018683644fe5a55d17c7735d462534 Mon Sep 17 00:00:00 2001 From: Andrey Nekrasov Date: Mon, 9 Oct 2023 17:21:18 +0200 Subject: [PATCH] [PowerRename][Dev]Suppress redundant midl warning (#29070) * [PowerRename] Suppress redundant midl warning * spelling * f: spelling #2 * spelling 3 --- .github/actions/spell-check/expect.txt | 6 +----- .../powerrename/PowerRenameUILib/ExplorerItemsSource.idl | 3 +++ 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/actions/spell-check/expect.txt b/.github/actions/spell-check/expect.txt index a9c9c3fc3dd5..c0ab46439d4a 100644 --- a/.github/actions/spell-check/expect.txt +++ b/.github/actions/spell-check/expect.txt @@ -136,7 +136,6 @@ BITMAPFILEHEADER bitmapimage BITMAPINFO BITMAPINFOHEADER -Bitmaps bitmask BITSPIXEL bla @@ -1080,7 +1079,7 @@ mic microsoft MIDDLEDOWN MIDDLEUP -Midl +midl mii MIIM millis @@ -1677,7 +1676,6 @@ Sekan SENDCHANGE sendinput sendvirtualinput -Seperate Seraphima serverside SETCONTEXT @@ -1782,7 +1780,6 @@ spam spdisp spdlog spdo -spec'ing spesi splitwstring spsi @@ -1836,7 +1833,6 @@ stringtable stringval Strm Strmiids -Stroe Strret strsafe strutil diff --git a/src/modules/powerrename/PowerRenameUILib/ExplorerItemsSource.idl b/src/modules/powerrename/PowerRenameUILib/ExplorerItemsSource.idl index 2f9640e16995..cbf62072e321 100644 --- a/src/modules/powerrename/PowerRenameUILib/ExplorerItemsSource.idl +++ b/src/modules/powerrename/PowerRenameUILib/ExplorerItemsSource.idl @@ -1,3 +1,6 @@ +// IVectorView and IObservableVector define members with the same name, and we must support both interfaces +midl_pragma warning(disable : 4066) + namespace PowerRenameUI { [default_interface] runtimeclass ExplorerItemsSource :