[all-commits] [llvm/llvm-project] 439162: [lldb] Fix an unused function warning

kazutakahirata via All-commits all-commits at lists.llvm.org
Wed May 25 09:49:23 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4391625255c62074037d95a55232a87eae70c60b
      https://github.com/llvm/llvm-project/commit/4391625255c62074037d95a55232a87eae70c60b
  Author: Kazu Hirata <kazu at google.com>
  Date:   2022-05-25 (Wed, 25 May 2022)

  Changed paths:
    M lldb/source/Host/common/PseudoTerminal.cpp

  Log Message:
  -----------
  [lldb] Fix an unused function warning

This patch fixes:

  .../llvm-project/lldb/source/Host/common/PseudoTerminal.cpp:106:20:
  error: unused function 'use_ptsname' [-Werror,-Wunused-function]




More information about the All-commits mailing list