summaryrefslogtreecommitdiffstats
path: root/src/input_common/udp/protocol.h
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2021-06-28 20:19:16 +0200
committerMorph <39850852+Morph1984@users.noreply.github.com>2021-06-28 20:20:25 +0200
commit954259312e9e2702d069fb925e738c6e5bb814b9 (patch)
tree9ea46329e87c268ce40fa30b8eba0cedcc59d1eb /src/input_common/udp/protocol.h
parentCMakeLists: Enforce C4018, C4267, C4305, C4389 (diff)
downloadyuzu-954259312e9e2702d069fb925e738c6e5bb814b9.tar
yuzu-954259312e9e2702d069fb925e738c6e5bb814b9.tar.gz
yuzu-954259312e9e2702d069fb925e738c6e5bb814b9.tar.bz2
yuzu-954259312e9e2702d069fb925e738c6e5bb814b9.tar.lz
yuzu-954259312e9e2702d069fb925e738c6e5bb814b9.tar.xz
yuzu-954259312e9e2702d069fb925e738c6e5bb814b9.tar.zst
yuzu-954259312e9e2702d069fb925e738c6e5bb814b9.zip
Diffstat (limited to '')
-rw-r--r--src/input_common/udp/protocol.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/input_common/udp/protocol.h b/src/input_common/udp/protocol.h
index a3d276697..1bdc9209e 100644
--- a/src/input_common/udp/protocol.h
+++ b/src/input_common/udp/protocol.h
@@ -8,14 +8,7 @@
#include <optional>
#include <type_traits>
-#ifdef _MSC_VER
-#pragma warning(push)
-#pragma warning(disable : 4701)
-#endif
#include <boost/crc.hpp>
-#ifdef _MSC_VER
-#pragma warning(pop)
-#endif
#include "common/bit_field.h"
#include "common/swap.h"