Skip to content

Commit

Permalink
[PowerRename][Dev]Suppress redundant midl warning (microsoft#29070)
Browse files Browse the repository at this point in the history
* [PowerRename] Suppress redundant midl warning

* spelling

* f: spelling #2

* spelling 3
  • Loading branch information
yuyoyuppe authored Oct 9, 2023
1 parent 6482e9b commit 2991da5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 1 addition & 5 deletions .github/actions/spell-check/expect.txt
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ BITMAPFILEHEADER
bitmapimage
BITMAPINFO
BITMAPINFOHEADER
Bitmaps
bitmask
BITSPIXEL
bla
Expand Down Expand Up @@ -1080,7 +1079,7 @@ mic
microsoft
MIDDLEDOWN
MIDDLEUP
Midl
midl
mii
MIIM
millis
Expand Down Expand Up @@ -1677,7 +1676,6 @@ Sekan
SENDCHANGE
sendinput
sendvirtualinput
Seperate
Seraphima
serverside
SETCONTEXT
Expand Down Expand Up @@ -1782,7 +1780,6 @@ spam
spdisp
spdlog
spdo
spec'ing
spesi
splitwstring
spsi
Expand Down Expand Up @@ -1836,7 +1833,6 @@ stringtable
stringval
Strm
Strmiids
Stroe
Strret
strsafe
strutil
Expand Down
Original file line number Diff line number Diff line change
@@ -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 :
Expand Down

0 comments on commit 2991da5

Please sign in to comment.