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 4629 compile warning in endpoint.hpp #4630

Merged
merged 1 commit into from Nov 19, 2023

Conversation

nehalkpatel
Copy link
Contributor

Removes unused qualifier const from function returning a bool.

@bluca bluca linked an issue Nov 19, 2023 that may be closed by this pull request
@bluca bluca merged commit b268eff into zeromq:master Nov 19, 2023
21 of 22 checks passed
@nehalkpatel nehalkpatel deleted the fix/4629-compile-warning branch November 19, 2023 23:29
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.

endpoint.hpp throws a compiler warning due to const bool return
2 participants