Re: [Mingw-w64-public] The compiler seems it can't recognize "%lld" and warns.

2016-05-24 Thread LRN
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 23.05.2016 12:52, 성이름 wrote: > Hi. I always appreciate your contribution. > > I use mingw-w64 5.3.0. > > In the case of: printf("%lld", longlongint); > > The compiler says: warning: unknown conversion type character 'l' in > format [-Wformat=]|

[Mingw-w64-public] The compiler seems it can't recognize "%lld" and warns.

2016-05-24 Thread 성이름
Hi. I always appreciate your contribution. I use mingw-w64 5.3.0. In the case of: printf("%lld", longlongint); The compiler says: warning: unknown conversion type character 'l' in format [-Wformat=]| warning: too many arguments for format [-Wformat-extra-args]| But there's not a problem in the