diff --git a/devtools/create_lure/create_lure_dat.cpp b/devtools/create_lure/create_lure_dat.cpp index 9393270bbd0..1d887819c0e 100644 --- a/devtools/create_lure/create_lure_dat.cpp +++ b/devtools/create_lure/create_lure_dat.cpp @@ -27,6 +27,10 @@ // Disable symbol overrides so that we can use system headers. #define FORBIDDEN_SYMBOL_ALLOW_ALL +#ifdef __GNUC__ +#pragma GCC diagnostic ignored "-Wnarrowing" +#endif + // HACK to allow building with the SDL backend on MinGW // see bug #3412 "TOOLS: MinGW tools building broken" #ifdef main