mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-03 14:49:22 +00:00
windows: disable C4200 directly in libusb.h
This commit is contained in:
parent
7705f7c1a3
commit
390f509bbf
4 changed files with 13 additions and 22 deletions
|
@ -42,9 +42,7 @@
|
|||
<ClCompile Include="ResourcePack\ResourcePack.cpp" />
|
||||
<ClCompile Include="UICommon.cpp" />
|
||||
<ClCompile Include="Disassembler.cpp" />
|
||||
<ClCompile Include="USBUtils.cpp">
|
||||
<DisableSpecificWarnings>4200;%(DisableSpecificWarnings)</DisableSpecificWarnings>
|
||||
</ClCompile>
|
||||
<ClCompile Include="USBUtils.cpp" />
|
||||
<ClCompile Include="VideoUtils.cpp" />
|
||||
<ClCompile Include="GameFile.cpp" />
|
||||
<ClCompile Include="GameFileCache.cpp" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue