Skip to content

[#24607] Fix macOS/Clang debug warnings#32

Merged
Danipiza merged 1 commit into
mainfrom
hotfix/mac-compilation
Jun 12, 2026
Merged

[#24607] Fix macOS/Clang debug warnings#32
Danipiza merged 1 commit into
mainfrom
hotfix/mac-compilation

Conversation

@Danipiza

@Danipiza Danipiza commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

Description

This PR fixes a macOS/Clang warning in ddsenabler_participants by deleting the default constructor of RpcAction.

Problem

RpcAction declared:
RpcAction() = default;
but the type contains several ddspipe::core::types::RpcTopic members, and RpcTopic is not default-constructible.

On Clang, this triggers:

-Wdefaulted-function-deleted
warning that the explicitly defaulted constructor is implicitly deleted

Signed-off-by: danipiza <dpizarrogallego@gmail.com>
@ZakariaTalbi
ZakariaTalbi self-requested a review June 12, 2026 07:25

@ZakariaTalbi ZakariaTalbi left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Danipiza
Danipiza merged commit c33a173 into main Jun 12, 2026
25 of 26 checks passed
@Danipiza
Danipiza deleted the hotfix/mac-compilation branch June 12, 2026 07:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants