src: p_mach.cpp: disable -Wcast-align warning

This commit is contained in:
Markus F.X.J. Oberhumer 2022-08-17 19:54:44 +02:00
parent aeb04d97c8
commit 0d3377f48b

View File

@ -37,6 +37,13 @@
#include "p_mach.h"
#include "ui.h"
#if (ACC_CC_CLANG)
# pragma clang diagnostic ignored "-Wcast-align"
#endif
#if (ACC_CC_GNUC >= 0x040200)
# pragma GCC diagnostic ignored "-Wcast-align"
#endif
static const
#include "stub/i386-darwin.macho-entry.h"
static const