mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-10 07:38:56 +02:00
no conversion fixs
This commit is contained in:
parent
f5e2b1fb13
commit
a4035ce2d8
1 changed files with 8 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue