[all-commits] [llvm/llvm-project] 89db6d: [lld] Fix -Wunused-result in e44068cc129912c88dcde...

Aiden Grossman via All-commits all-commits at lists.llvm.org
Fri Jul 31 09:03:59 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 89db6d6d7f542cee781f608c309634f1efb20dc3
      https://github.com/llvm/llvm-project/commit/89db6d6d7f542cee781f608c309634f1efb20dc3
  Author: Aiden Grossman <aidengrossman at google.com>
  Date:   2026-07-31 (Fri, 31 Jul 2026)

  Changed paths:
    M lld/MachO/ObjC.cpp

  Log Message:
  -----------
  [lld] Fix -Wunused-result in e44068cc129912c88dcdeae0d1b5dc5937eb1059 (#213296)

These variables are only used in an assertion, so mark them maybe unused
to avoid warnings in release builds.

Fixes https://lab.llvm.org/buildbot/#/builders/228/builds/6605.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list