[all-commits] [llvm/llvm-project] 39f012: [lldb] Fix a warning

kazutakahirata via All-commits all-commits at lists.llvm.org
Sat Oct 15 12:32:37 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 39f01240e76678fa6385d36e7a96670677a26d65
      https://github.com/llvm/llvm-project/commit/39f01240e76678fa6385d36e7a96670677a26d65
  Author: Kazu Hirata <kazu at google.com>
  Date:   2022-10-15 (Sat, 15 Oct 2022)

  Changed paths:
    M lldb/source/Commands/CommandObjectThread.cpp

  Log Message:
  -----------
  [lldb] Fix a warning

This patch fixes:

  lldb/source/Commands/CommandObjectThread.cpp:66:61: warning:
  comparison of unsigned expression in ‘< 0’ is always false
  [-Wtype-limits]




More information about the All-commits mailing list