[all-commits] [llvm/llvm-project] 81f487: Silence format string warning harder.

Benjamin Kramer via All-commits all-commits at lists.llvm.org
Wed Dec 8 10:38:39 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 81f4874cbf35fcbd220cda4d4fafedffdb909e3a
      https://github.com/llvm/llvm-project/commit/81f4874cbf35fcbd220cda4d4fafedffdb909e3a
  Author: Benjamin Kramer <benny.kra at googlemail.com>
  Date:   2021-12-08 (Wed, 08 Dec 2021)

  Changed paths:
    M lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp

  Log Message:
  -----------
  Silence format string warning harder.

This can be unsigned long or unsigned long long depending on where it's
compiled. Use the ugly portable way.
PlatformWindows.cpp:397:63: warning: format specifies type 'unsigned long long' but the argument has type 'uint64_t' (aka 'unsigned long')




More information about the All-commits mailing list