Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[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.
  • Loading branch information
lioncash committed Jan 25, 2014
1 parent e94a6f0 commit 6f74f59
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Source/Core/Core/HW/EXI_Channel.h
Expand Up @@ -10,10 +10,6 @@
#include "EXI_Device.h"
#include <memory>

#ifdef _WIN32
#pragma warning(disable:4201)
#endif

class CEXIChannel
{
private:
Expand Down

0 comments on commit 6f74f59

Please sign in to comment.