Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix unused parameter warnings for all components #1138

Merged
merged 3 commits into from Mar 23, 2023

Conversation

cngzhnp
Copy link
Contributor

@cngzhnp cngzhnp commented Mar 6, 2023

Fix for unused parameter warnings that mentioned in previous PR. This patch also fixes #1137 as well.

C++ compiler version: GNU 12.2.0
Compiler options : "-Wunused"
Hazelcast Cpp client version: 5.1.0
Cluster size, i.e. the number of Hazelcast cluster members:
OS version (Windows/Linux/OSX): Linux

@devOpsHazelcast
Copy link
Contributor

Can one of the admins verify this patch?

1 similar comment
@devOpsHazelcast
Copy link
Contributor

Can one of the admins verify this patch?

Copy link
Contributor

@akeles85 akeles85 left a comment

Choose a reason for hiding this comment

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

As a general rule, if a method is public API, we should have a strong reason to change it. If we change it, there might be compatibility issues with client code. In the light of this, I gave my comments for this PR. Could you please review my comments and do the appropriate changes?

@akeles85
Copy link
Contributor

akeles85 commented Mar 8, 2023

verify

@akeles85
Copy link
Contributor

akeles85 commented Mar 8, 2023

By the way, could you please give the details about compiler options and compiler version in the description of PR?

@akeles85 akeles85 added this to In Progress in 3.12 via automation Mar 8, 2023
@akeles85 akeles85 modified the milestones: Backlog, 5.3.0 Mar 8, 2023
@devOpsHazelcast
Copy link
Contributor

Linux test FAILed.

@devOpsHazelcast
Copy link
Contributor

Windows test FAILed.

@degerhz degerhz removed this from In Progress in 3.12 Mar 13, 2023
@akeles85
Copy link
Contributor

verify

@devOpsHazelcast
Copy link
Contributor

Windows test PASSed.

@devOpsHazelcast
Copy link
Contributor

Linux test PASSed.

@akeles85
Copy link
Contributor

verify

@devOpsHazelcast
Copy link
Contributor

Linux test PASSed.

@devOpsHazelcast
Copy link
Contributor

Windows test PASSed.

@akeles85 akeles85 merged commit 341f98d into hazelcast:master Mar 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

NearCacheConfig constructor does not take the correct parameter
3 participants