Fix %u,%X/DWORD printf mismatches in base
In order to enable clang-cl's printf format string mismatch checking we need to fix a few dozen existing errors. These are mostly places where DWORD (unsigned long) is printed with %X or %u - an 'l' is needed. R=thakis@chromium.org BUG=751171 Change-Id: Ieb1aeeedb14c5725b51d460fc34c418abcafe68f Reviewed-on: https://chromium-review.googlesource.com/596612Reviewed-by:Nico Weber <thakis@chromium.org> Commit-Queue: Bruce Dawson <brucedawson@chromium.org> Cr-Commit-Position: refs/heads/master@{#491407}
Showing
Please register or sign in to comment