[all-commits] [llvm/llvm-project] 46dc3d: [lld] Fix gcc compiler warnings related to variadi...

mikaelholmen via All-commits all-commits at lists.llvm.org
Thu Feb 2 01:34:21 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 46dc3d0b9b70bbe5def0c404975a3775976122b7
      https://github.com/llvm/llvm-project/commit/46dc3d0b9b70bbe5def0c404975a3775976122b7
  Author: Mikael Holmen <mikael.holmen at ericsson.com>
  Date:   2023-02-02 (Thu, 02 Feb 2023)

  Changed paths:
    M lld/ELF/Driver.cpp
    M lld/ELF/InputSection.cpp

  Log Message:
  -----------
  [lld] Fix gcc compiler warnings related to variadic macro [NFC]

gcc warned like
 ../../lld/ELF/InputSection.cpp:75:37: warning: ISO C++11 requires at least one argument for the "..." in a variadic macro
    75 |     invokeELFT(parseCompressedHeader);
       |                                     ^




More information about the All-commits mailing list