mirror of
https://git.h3cjp.net/H3cJP/yuzu.git
synced 2024-11-15 22:42:58 +00:00
oaknut: Address warnings
This commit is contained in:
parent
5a9ffa81a6
commit
6432508740
|
@ -6,12 +6,8 @@
|
|||
#include <span>
|
||||
#include <unordered_map>
|
||||
#include <vector>
|
||||
|
||||
#pragma GCC diagnostic push
|
||||
#pragma GCC diagnostic ignored "-Wshorten-64-to-32"
|
||||
#include <oaknut/code_block.hpp>
|
||||
#include <oaknut/oaknut.hpp>
|
||||
#pragma GCC diagnostic pop
|
||||
|
||||
#include "common/common_types.h"
|
||||
#include "core/hle/kernel/code_set.h"
|
||||
|
|
Loading…
Reference in a new issue