[all-commits] [llvm/llvm-project] ecb68f: [libc++abi] NFC: avoid a -Wunused-parameter warning

xingxue-ibm via All-commits all-commits at lists.llvm.org
Mon Jun 14 13:06:32 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ecb68f1c8b11b54dc8c48af9f5fe28c261090aba
      https://github.com/llvm/llvm-project/commit/ecb68f1c8b11b54dc8c48af9f5fe28c261090aba
  Author: Xing Xue <xingxue at outlook.com>
  Date:   2021-06-14 (Mon, 14 Jun 2021)

  Changed paths:
    M libcxxabi/src/cxa_personality.cpp

  Log Message:
  -----------
  [libc++abi] NFC: avoid a -Wunused-parameter warning

Summary:
A -Wunused-parameter warning was introduced by patch rG7f0244afa828 [libc++abi] NFC: adding a new parameter base to functions for calculating… (authored by xingxue). The unused parameter base will be used in a follow-on patch D101298. This patch is to avoid the warning before D101298 is landed.

Reviewers: ldionne, sfertile, compnerd, libc++abi

Reviewed by: ldionne

Differential Revision: https://reviews.llvm.org/D104235




More information about the All-commits mailing list