mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-01 03:34:13 +00:00
no conversion fixs
This commit is contained in:
parent
8765b49512
commit
b62f1d3aeb
|
|
@ -22,6 +22,14 @@
|
|||
#pragma clang diagnostic ignored "-Wshadow"
|
||||
#endif
|
||||
#include <xbyak/xbyak.h>
|
||||
|
||||
#ifdef __GNUC__
|
||||
#pragma GCC diagnostic pop
|
||||
#endif
|
||||
#ifdef __clang__
|
||||
#pragma clang diagnostic pop
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
#include "common/assert.h"
|
||||
|
|
|
|||
Loading…
Reference in a new issue