Skip to content

Commit 2991da5

Browse files
authored
[PowerRename][Dev]Suppress redundant midl warning (#29070)
* [PowerRename] Suppress redundant midl warning * spelling * f: spelling #2 * spelling 3
1 parent 6482e9b commit 2991da5

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/actions/spell-check/expect.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ BITMAPFILEHEADER
136136
bitmapimage
137137
BITMAPINFO
138138
BITMAPINFOHEADER
139-
Bitmaps
140139
bitmask
141140
BITSPIXEL
142141
bla
@@ -1080,7 +1079,7 @@ mic
10801079
microsoft
10811080
MIDDLEDOWN
10821081
MIDDLEUP
1083-
Midl
1082+
midl
10841083
mii
10851084
MIIM
10861085
millis
@@ -1677,7 +1676,6 @@ Sekan
16771676
SENDCHANGE
16781677
sendinput
16791678
sendvirtualinput
1680-
Seperate
16811679
Seraphima
16821680
serverside
16831681
SETCONTEXT
@@ -1782,7 +1780,6 @@ spam
17821780
spdisp
17831781
spdlog
17841782
spdo
1785-
spec'ing
17861783
spesi
17871784
splitwstring
17881785
spsi
@@ -1836,7 +1833,6 @@ stringtable
18361833
stringval
18371834
Strm
18381835
Strmiids
1839-
Stroe
18401836
Strret
18411837
strsafe
18421838
strutil

src/modules/powerrename/PowerRenameUILib/ExplorerItemsSource.idl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// IVectorView and IObservableVector define members with the same name, and we must support both interfaces
2+
midl_pragma warning(disable : 4066)
3+
14
namespace PowerRenameUI
25
{
36
[default_interface] runtimeclass ExplorerItemsSource :

0 commit comments

Comments
 (0)