-
Notifications
You must be signed in to change notification settings - Fork 46
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
Conversation
Can one of the admins verify this patch? |
1 similar comment
Can one of the admins verify this patch? |
hazelcast/include/hazelcast/client/spi/impl/ClientExecutionServiceImpl.h
Outdated
Show resolved
Hide resolved
hazelcast/include/hazelcast/client/internal/nearcache/impl/store/BaseHeapNearCacheRecordStore.h
Outdated
Show resolved
Hide resolved
hazelcast/include/hazelcast/client/internal/nearcache/impl/store/NearCacheDataRecordStore.h
Outdated
Show resolved
Hide resolved
hazelcast/include/hazelcast/client/internal/nearcache/impl/store/NearCacheDataRecordStore.h
Outdated
Show resolved
Hide resolved
hazelcast/include/hazelcast/client/internal/nearcache/impl/store/NearCacheObjectRecordStore.h
Outdated
Show resolved
Hide resolved
hazelcast/include/hazelcast/client/internal/nearcache/impl/store/NearCacheObjectRecordStore.h
Outdated
Show resolved
Hide resolved
There was a problem hiding this 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?
verify |
By the way, could you please give the details about compiler options and compiler version in the description of PR? |
Linux test FAILed. |
Windows test FAILed. |
0ccbf3a
to
d45685a
Compare
verify |
Windows test PASSed. |
Linux test PASSed. |
verify |
Linux test PASSed. |
Windows test PASSed. |
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