DescriptionS390: Change printf format specifier for size_t in heap.cc
GCC on S390 31-bit treats size_t as 'long unsigned int', which
is incompatible with %d format specifier that expects an 'int'.
Using the appropriate macro (PRIuS) instead.
R=mlippautz@chromium.org, hpayer@chromium.org
BUG=
Committed: https://crrev.com/8ba6686b207fe879b0d0c84279bfc054ab8f643c
Cr-Commit-Position: refs/heads/master@{#40012}
Patch Set 1 #
Messages
Total messages: 7 (2 generated)
|