diff --git a/Tools/Replay/MsgHandler.h b/Tools/Replay/MsgHandler.h index 035f4cbf13..0378082e75 100644 --- a/Tools/Replay/MsgHandler.h +++ b/Tools/Replay/MsgHandler.h @@ -5,6 +5,10 @@ #include +// ignore cast errors in this case to keep complexity down +// on x86 where replay is run we don't care about cast alignment +#pragma GCC diagnostic ignored "-Wcast-align" + #define LOGREADER_MAX_FIELDS 30 #define streq(x, y) (!strcmp(x, y))