Fix build with MinGW due to -Werror
authorSérgio Martins <sergio.martins@kdab.com>
Wed, 10 Dec 2014 22:55:02 +0000 (22:55 +0000)
committerSérgio Martins <sergio.martins@kdab.com>
Wed, 17 Dec 2014 09:36:25 +0000 (10:36 +0100)
commitb00154d41a96d15f138ac8552da6a6292c43f547
tree22d9c942ea6e72c3faf223b4a8e02c4638091c7a
parent119508602ea5fcd6cce135e547e6aef9bb93beeb
Fix build with MinGW due to -Werror

On Windows the correct format is %I64d and %I64u:
https://stackoverflow.com/questions/2844/how-do-you-printf-an-unsigned-long-long-int

Similar ifdefs are found in testlib/qtestcase.cpp

Change-Id: Ic65e60f7d391285e292ac8c65944d8af3be205f4
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
src/3rdparty/masm/wtf/PrintStream.cpp