mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-17 07:49:21 +00:00
[Core] Remove an unnecessary pragma directive from EXI_Channel.h.
Dolphin uses warning level 3 in VS. This warning is only triggered in warning level 4.
This commit is contained in:
parent
e94a6f07f4
commit
6f74f59427
1 changed files with 0 additions and 4 deletions
|
@ -10,10 +10,6 @@
|
|||
#include "EXI_Device.h"
|
||||
#include <memory>
|
||||
|
||||
#ifdef _WIN32
|
||||
#pragma warning(disable:4201)
|
||||
#endif
|
||||
|
||||
class CEXIChannel
|
||||
{
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue