This commit is contained in:
lizzie 2026-01-16 03:27:08 +00:00
parent a4035ce2d8
commit 77feee7a7b

View file

@ -22,14 +22,6 @@
#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"