diff options
| author | 2021-06-28 14:19:16 -0400 | |
|---|---|---|
| committer | 2021-06-28 14:20:25 -0400 | |
| commit | 954259312e9e2702d069fb925e738c6e5bb814b9 (patch) | |
| tree | 9ea46329e87c268ce40fa30b8eba0cedcc59d1eb /src/input_common/gcadapter/gc_adapter.cpp | |
| parent | CMakeLists: Enforce C4018, C4267, C4305, C4389 (diff) | |
| download | yuzu-954259312e9e2702d069fb925e738c6e5bb814b9.tar.gz yuzu-954259312e9e2702d069fb925e738c6e5bb814b9.tar.xz yuzu-954259312e9e2702d069fb925e738c6e5bb814b9.zip | |
input_common: Remove #pragma warning directives for external headers
Diffstat (limited to 'src/input_common/gcadapter/gc_adapter.cpp')
| -rw-r--r-- | src/input_common/gcadapter/gc_adapter.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/input_common/gcadapter/gc_adapter.cpp b/src/input_common/gcadapter/gc_adapter.cpp index 320f51ee6..a2f1bb67c 100644 --- a/src/input_common/gcadapter/gc_adapter.cpp +++ b/src/input_common/gcadapter/gc_adapter.cpp | |||
| @@ -5,14 +5,7 @@ | |||
| 5 | #include <chrono> | 5 | #include <chrono> |
| 6 | #include <thread> | 6 | #include <thread> |
| 7 | 7 | ||
| 8 | #ifdef _MSC_VER | ||
| 9 | #pragma warning(push) | ||
| 10 | #pragma warning(disable : 4200) // nonstandard extension used : zero-sized array in struct/union | ||
| 11 | #endif | ||
| 12 | #include <libusb.h> | 8 | #include <libusb.h> |
| 13 | #ifdef _MSC_VER | ||
| 14 | #pragma warning(pop) | ||
| 15 | #endif | ||
| 16 | 9 | ||
| 17 | #include "common/logging/log.h" | 10 | #include "common/logging/log.h" |
| 18 | #include "common/param_package.h" | 11 | #include "common/param_package.h" |