[all-commits] [llvm/llvm-project] e4f62d: [lldb] Sidestep -Wformat warning by using LLDB_LOG...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Mon Mar 20 10:32:16 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e4f62da8129d9632d77fd4db5cf8caede0a1e5a6
      https://github.com/llvm/llvm-project/commit/e4f62da8129d9632d77fd4db5cf8caede0a1e5a6
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2023-03-20 (Mon, 20 Mar 2023)

  Changed paths:
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAranges.cpp

  Log Message:
  -----------
  [lldb] Sidestep -Wformat warning by using LLDB_LOG instead of LLDB_LOGF

Fixes warning: format specifies type 'unsigned long' but the argument
has type 'DataType' (aka 'unsigned long long') [-Wformat]




More information about the All-commits mailing list