no conversion fixs

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

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"