[all-commits] [llvm/llvm-project] c7605b: [lldb] Fix cast-function-type-mismatch warning in ...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Thu Nov 14 11:15:18 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c7605bfd4eaf1b0fe46fa91bd0e3f7aa17585d89
      https://github.com/llvm/llvm-project/commit/c7605bfd4eaf1b0fe46fa91bd0e3f7aa17585d89
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2024-11-14 (Thu, 14 Nov 2024)

  Changed paths:
    M lldb/source/Host/macosx/objcxx/Host.mm

  Log Message:
  -----------
  [lldb] Fix cast-function-type-mismatch warning in Host.mm (NFC)

Fixes warning: cast from 'void (*)(xpc_object_t _Nonnull)' (aka 'void
(*)(NSObject<OS_xpc_object> * _Nonnull)') to 'xpc_finalizer_t' (aka
'void (*)(void * _Nullable)') converts to incompatible function type
[-Wcast-function-type-mismatch]



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