Hi Guenter, 2012/6/30 Guenter <[email protected]>: > IIRC there's also an issue with length specifiers, f.e. '%I64d' gives > another warning than '%8I64d' ... > but regardless of the gcc warnings: all these printf formats finally work > correctly ... > > I believe this issue should be entered as bug at the MinGW project ...
It seems like this was reported to the MinGW people before, see the following post on the mingw-w64-public mailinglist: http://www.mail-archive.com/[email protected]/msg04635.html If he is correct it seems like the I64 modifier is not ANSI C compliant and therefore MinGW would be correct about warning about it. Best regards, Marc ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
