(view as text)
/home/buildbot/slaves/dolphin/release-android/build/Source/Core/Core/CoreTiming.cpp:472:104: warning: format '%li' expects argument of type 'long int', but argument 3 has type 's64 {aka long long int}' [-Wformat=]
/home/buildbot/slaves/dolphin/release-android/build/Source/Core/Core/CoreTiming.cpp:472:104: warning: format '%lx' expects argument of type 'long unsigned int', but argument 4 has type 'u64 {aka long long unsigned int}' [-Wformat=]
/home/buildbot/slaves/dolphin/release-android/build/Source/Core/Core/CoreTiming.cpp:472:104: warning: format '%lx' expects argument of type 'long unsigned int', but argument 5 has type 'u64 {aka long long unsigned int}' [-Wformat=]
/home/buildbot/slaves/dolphin/release-android/build/Source/Core/Core/PowerPC/JitArm32/JitArm_BackPatch.cpp:93:78: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long unsigned int' [-Wformat=]