buffer_stream.hpp: Try to fix MacOS compilation

This commit is contained in:
Elad Ashkenazi 2024-06-02 20:04:25 +03:00
parent 4f1db9a00f
commit 64127b5c1b

View file

@ -14,7 +14,6 @@
#pragma GCC diagnostic ignored "-Wstrict-aliasing"
#pragma GCC diagnostic ignored "-Wold-style-cast"
#endif
#undef FORCE_INLINE
#include "Emu/CPU/sse2neon.h"
#ifndef _MSC_VER
#pragma GCC diagnostic pop