Re: [Mingw-w64-public] mingw-w64 new compile warning: initialized and declared extern

2025-03-28 Thread Pali Rohár
On Wednesday 26 March 2025 10:09:10 LIU Hao wrote: > 在 2025-3-26 05:13, Pali Rohár 写道: > > On Thursday 20 March 2025 20:38:57 Pali Rohár wrote: > > > Hello, I started getting new compile warnings during compilation of > > > mingw-w64 runtime. > > > > > > In file included from math/modfl.c:6: > > >

Re: [Mingw-w64-public] mingw-w64 new compile warning: initialized and declared extern

2025-03-25 Thread LIU Hao
在 2025-3-26 05:13, Pali Rohár 写道: On Thursday 20 March 2025 20:38:57 Pali Rohár wrote: Hello, I started getting new compile warnings during compilation of mingw-w64 runtime. In file included from math/modfl.c:6: .../mingw-w64-headers/crt/fenv.h:64:39: warning: ‘__mingw_fe_dfl_env’ initialized

Re: [Mingw-w64-public] mingw-w64 new compile warning: initialized and declared extern

2025-03-25 Thread Pali Rohár
On Thursday 20 March 2025 20:38:57 Pali Rohár wrote: > Hello, I started getting new compile warnings during compilation of > mingw-w64 runtime. > > In file included from math/modfl.c:6: > .../mingw-w64-headers/crt/fenv.h:64:39: warning: ‘__mingw_fe_dfl_env’ > initialized and declared ‘extern’ >

[Mingw-w64-public] mingw-w64 new compile warning: initialized and declared extern

2025-03-22 Thread Pali Rohár
Hello, I started getting new compile warnings during compilation of mingw-w64 runtime. In file included from math/modfl.c:6: .../mingw-w64-headers/crt/fenv.h:64:39: warning: ‘__mingw_fe_dfl_env’ initialized and declared ‘extern’ extern const __MINGW_SELECTANY fenv_t __mingw_fe_dfl_env = { 0, 0 }

Re: [Mingw-w64-public] mingw-w64 new compile warning: initialized and declared extern

2025-03-20 Thread Jacek Caban
On 20.03.2025 21:05, Martin Storsjö wrote: On Thu, 20 Mar 2025, Pali Rohár wrote: Hello, I started getting new compile warnings during compilation of mingw-w64 runtime. In file included from math/modfl.c:6: .../mingw-w64-headers/crt/fenv.h:64:39: warning: ‘__mingw_fe_dfl_env’ initialized and

Re: [Mingw-w64-public] mingw-w64 new compile warning: initialized and declared extern

2025-03-20 Thread Martin Storsjö
On Thu, 20 Mar 2025, Pali Rohár wrote: Hello, I started getting new compile warnings during compilation of mingw-w64 runtime. In file included from math/modfl.c:6: .../mingw-w64-headers/crt/fenv.h:64:39: warning: ‘__mingw_fe_dfl_env’ initialized and declared ‘extern’ extern const __MINGW_SELEC