 Chromium Code Reviews
 Chromium Code Reviews Issue 
            2412563003:
    S390: Change printf format specifier for size_t in GcTracer  (Closed)
    
  
    Issue 
            2412563003:
    S390: Change printf format specifier for size_t in GcTracer  (Closed) 
  | DescriptionS390: Change printf format specifier for size_t in GcTracer
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, ulan@chromium.org
BUG=
Committed: https://crrev.com/34e0596a39a5fc6bce89205c995c64764002237b
Cr-Commit-Position: refs/heads/master@{#40276}
   Patch Set 1 #
      Total comments: 2
      
     
 Messages
    Total messages: 12 (5 generated)
     | |||||||||||||||||||