mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 14:06:33 +00:00
When building in Chromium: ../../third_party/crashpad/crashpad/util/process/process_memory_win.cc(95,74): error: format specifies type 'unsigned long long' but the argument has type 'size_t' (aka 'unsigned int') [-Werror,-Wformat] "range at 0x%llx, size 0x%llx completely inaccessible", address, size); ~~~~ ^~~~ %zx ../../third_party/crashpad/crashpad/util/process/process_memory_win.cc(103,72): error: format specifies type 'unsigned long long' but the argument has type 'size_t' (aka 'unsigned int') [-Werror,-Wformat] "start of range at 0x%llx, size 0x%llx inaccessible", address, size); Change-Id: I820f0afee28d1220ca400780eac61de05bde10ef Reviewed-on: https://chromium-review.googlesource.com/c/1323771 Reviewed-by: Mark Mentovai <mark@chromium.org> Commit-Queue: Joshua Peraza <jperaza@chromium.org>