Re: [Mingw-w64-public] how to printf() 64-bit integer in 64-bit compiler in strict ISO mode with all warnings enabled?

2017-06-25 Thread Liu Hao
On 2017/6/25 21:11, Lev Serebryakov wrote: Hello Kai, Friday, June 23, 2017, 5:55:39 PM, you wrote: I've checked and both _POSIX_C_SOURCE=1 and __USE_MINGW_ANSI_STDIO=1 don't affect this define. It should, at least the latter one should show effect. Of course you need to define it before i

Re: [Mingw-w64-public] how to printf() 64-bit integer in 64-bit compiler in strict ISO mode with all warnings enabled?

2017-06-25 Thread Lev Serebryakov
Hello Kai, Friday, June 23, 2017, 5:55:39 PM, you wrote: >> I've checked and both _POSIX_C_SOURCE=1 and __USE_MINGW_ANSI_STDIO=1 >> don't affect this define. > It should, at least the latter one should show effect. Of course you > need to define it before including inttypes.h Very simple test