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

Remove const from request parameter of decoding functions. #482

Merged
merged 1 commit into from
Oct 18, 2023

Conversation

jvalenzuela
Copy link
Contributor

No description provided.

These functions advance the message_router_request->data pointer, which
means that parameter cannot be const. Resolves const qualifier compiler
warnings, e.g. Visual Studio C4090.
@MartinMelikMerkumians MartinMelikMerkumians merged commit aeab220 into EIPStackGroup:master Oct 18, 2023
1 check failed
@jvalenzuela jvalenzuela deleted the req_const branch October 18, 2023 12:37
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