no conversion fixs

This commit is contained in:
lizzie 2026-01-16 03:09:03 +00:00
parent f5e2b1fb13
commit a4035ce2d8

View file

@ -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"