diff options
author | Morph <39850852+Morph1984@users.noreply.github.com> | 2021-06-28 14:19:16 -0400 |
---|---|---|
committer | Morph <39850852+Morph1984@users.noreply.github.com> | 2021-06-28 14:20:25 -0400 |
commit | 954259312e9e2702d069fb925e738c6e5bb814b9 (patch) | |
tree | 9ea46329e87c268ce40fa30b8eba0cedcc59d1eb /src/input_common/udp/protocol.h | |
parent | 0eae00e2630e2dee09daf29cfb3e7ab484cbe14e (diff) |
input_common: Remove #pragma warning directives for external headers
Diffstat (limited to 'src/input_common/udp/protocol.h')
-rw-r--r-- | src/input_common/udp/protocol.h | 7 |
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" |