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

Address right hand const on API source files #1516

Closed
wants to merge 3 commits into from

Conversation

danewalton
Copy link
Member

fixes #1512

az_context const* const parent,
void const* const key,
void const* const value)
az_context const* parent,
Copy link
Member

Choose a reason for hiding this comment

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

I think you need to reformat the code (Ctrl+K+D in VS) - this specific instance will likely become single-line.

@ahsonkhan
Copy link
Member

Did you try a clean revert of #1261? If that works, can we do that instead?

git revert 57236783862b85660559478c37a7ac92a6b97472

This change looks identical to that one, so should be simple.

@danewalton
Copy link
Member Author

@ahsonkhan #1517
that better?

@danewalton danewalton closed this Nov 14, 2020
@danewalton
Copy link
Member Author

Closed in favor of #1517

@danewalton danewalton deleted the dawalton/fix_issue branch November 14, 2020 00:53
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.

Compiler warnings: formal parameter different from declaration
3 participants