• Bruce Dawson's avatar
    Fix %x/DWORD printf mismatches in bluetooth · c8cd473e
    Bruce Dawson authored
    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: default avatarVincent Scheib <scheib@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#491856}
    c8cd473e
bluetooth_task_manager_win.cc 38.4 KB