Re: [Mingw-w64-public] UCRT compiler does not recognize printf format flags it can parse at run-time

2022-01-19 Thread Matthew Brett
Hi, On Wed, Jan 19, 2022 at 7:41 PM Martin Storsjö wrote: > > Hi Matthew, > > On Wed, 19 Jan 2022, Matthew Brett wrote: > > > We've run into a problem over at > > https://github.com/rgommers/scipy/issues/118 > > > > The essence of the problem is that the *compiler* warns when we use > > the '%zd

Re: [Mingw-w64-public] UCRT compiler does not recognize printf format flags it can parse at run-time

2022-01-19 Thread Martin Storsjö
Hi Matthew, On Wed, 19 Jan 2022, Matthew Brett wrote: We've run into a problem over at https://github.com/rgommers/scipy/issues/118 The essence of the problem is that the *compiler* warns when we use the '%zd' format code to 'printf', even though the UCRT run-time does, in fact, support this c

[Mingw-w64-public] UCRT compiler does not recognize printf format flags it can parse at run-time

2022-01-19 Thread Matthew Brett
Hi, We are currently using the UCRT build of MinGW-w64 to build the Scipy library for Python - thanks for all your work that has made this possible. We've run into a problem over at https://github.com/rgommers/scipy/issues/118 The essence of the problem is that the *compiler* warns when we use t