diff options
| author | 2023-11-25 00:13:48 +0200 | |
|---|---|---|
| committer | 2023-11-25 00:47:43 -0500 | |
| commit | 6432508740383b9894af03086bda4d1b0e254e3e (patch) | |
| tree | 55bb6359e6bfff263c31f660ee9bc78dc5c8a9ad | |
| parent | host_memory: Simplify randomness generation (diff) | |
| download | yuzu-6432508740383b9894af03086bda4d1b0e254e3e.tar.gz yuzu-6432508740383b9894af03086bda4d1b0e254e3e.tar.xz yuzu-6432508740383b9894af03086bda4d1b0e254e3e.zip | |
oaknut: Address warnings
Diffstat (limited to '')
| -rw-r--r-- | src/core/arm/nce/patch.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/arm/nce/patch.h b/src/core/arm/nce/patch.h index 112f839a4..c6d1608c1 100644 --- a/src/core/arm/nce/patch.h +++ b/src/core/arm/nce/patch.h | |||
| @@ -6,12 +6,8 @@ | |||
| 6 | #include <span> | 6 | #include <span> |
| 7 | #include <unordered_map> | 7 | #include <unordered_map> |
| 8 | #include <vector> | 8 | #include <vector> |
| 9 | |||
| 10 | #pragma GCC diagnostic push | ||
| 11 | #pragma GCC diagnostic ignored "-Wshorten-64-to-32" | ||
| 12 | #include <oaknut/code_block.hpp> | 9 | #include <oaknut/code_block.hpp> |
| 13 | #include <oaknut/oaknut.hpp> | 10 | #include <oaknut/oaknut.hpp> |
| 14 | #pragma GCC diagnostic pop | ||
| 15 | 11 | ||
| 16 | #include "common/common_types.h" | 12 | #include "common/common_types.h" |
| 17 | #include "core/hle/kernel/code_set.h" | 13 | #include "core/hle/kernel/code_set.h" |