From 9e421ada27590f6a83dcc3d0936588c5190d1e66 Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Thu, 20 Dec 2012 13:51:54 -0800 Subject: [PATCH] Cleanup compiler warning messages when building with MinGW --- sim_defs.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sim_defs.h b/sim_defs.h index ebca45ed..7ad0132c 100644 --- a/sim_defs.h +++ b/sim_defs.h @@ -659,6 +659,9 @@ extern int32 sim_asynch_inst_latency; /* which avoids the potential ABA issues. */ #ifdef _WIN32 #include +#ifdef PACKED +#undef PACKED +#endif /* PACKED */ #ifdef ERROR #undef ERROR #endif /* ERROR */