[all-commits] [llvm/llvm-project] 544b4c: [BOLT] Fix unused-variable warnings

kazutakahirata via All-commits all-commits at lists.llvm.org
Sun Jul 9 18:05:04 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 544b4c6d522fa78f65eb850160c0380a0100250d
      https://github.com/llvm/llvm-project/commit/544b4c6d522fa78f65eb850160c0380a0100250d
  Author: Kazu Hirata <kazu at google.com>
  Date:   2023-07-09 (Sun, 09 Jul 2023)

  Changed paths:
    M bolt/lib/Core/DebugData.cpp

  Log Message:
  -----------
  [BOLT] Fix unused-variable warnings

This patch fixes:

  bolt/lib/Core/DebugData.cpp:1669:20: error: unused variable
  'StrOffset' [-Werror,-Wunused-variable]

  bolt/lib/Core/DebugData.cpp:1676:18: error: unused variable
  'NewOffset' [-Werror,-Wunused-variable]




More information about the All-commits mailing list