Fix %x/DWORD printf mismatches in bluetooth
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 - an 'l' is needed. This change fixes three of these and these files now build cleanly with clang-cl with PRINTF_FORMAT checking enabled. R=scheib@chromium.org BUG=751171 Change-Id: I6321593fb579f9c70f8adb5f885daffd0e5a6c74 Reviewed-on: https://chromium-review.googlesource.com/598827 Commit-Queue: Bruce Dawson <brucedawson@chromium.org> Reviewed-by:Vincent Scheib <scheib@chromium.org> Cr-Commit-Position: refs/heads/master@{#491856}
Showing
Please register or sign in to comment