"%ld" is not an acceptable format spec for int64 variables, though it accidentally works on most non-Windows 64-bit platforms. Follow the lead of commit 6a1cd8b9, and use "%lld" with an explicit cast to long long. Per buildfarm.
Attach a file by drag & drop or click to upload