mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-29 00:32:35 +08:00
01110c0a3b
To enable clang-cl's printf format string mismatch checking, a few mismatch errors need to be fixed where DWORD (unsigned long) is printed with %u, %d or %x (an 'l' is needed). Change-Id: I2cbfafe823a186bfe3a555aec3a7ca03e85466f8 Reviewed-on: https://chromium-review.googlesource.com/598651 Commit-Queue: Xi Cheng <chengx@chromium.org> Reviewed-by: Mark Mentovai <mark@chromium.org>