In ucrt_compat.c there is no included or used inline function anymore. --- mingw-w64-crt/misc/ucrt_compat.c | 8 -------- 1 file changed, 8 deletions(-)
diff --git a/mingw-w64-crt/misc/ucrt_compat.c b/mingw-w64-crt/misc/ucrt_compat.c index accad9b793e5..fbb2cc830ce5 100644 --- a/mingw-w64-crt/misc/ucrt_compat.c +++ b/mingw-w64-crt/misc/ucrt_compat.c @@ -4,11 +4,6 @@ * No warranty is given; refer to the file DISCLAIMER.PD within this package. */ -#ifdef __GNUC__ -#pragma GCC diagnostic push -#pragma GCC diagnostic ignored "-Winline" -#endif - #undef __MSVCRT_VERSION__ #define _UCRT @@ -48,6 +43,3 @@ void __cdecl tzset(void) // Dummy/unused __imp_ wrappers, to make GNU ld not autoexport these symbols. void __cdecl (*__MINGW_IMP_SYMBOL(tzset))(void) = tzset; -#ifdef __GNUC__ -#pragma GCC diagnostic pop -#endif -- 2.20.1 _______________________________________________ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public