Skip to content

Address right hand const on API source files#1516

Closed
danewalton-msft wants to merge 3 commits intoAzure:masterfrom
danewalton-msft:dawalton/fix_issue
Closed

Address right hand const on API source files#1516
danewalton-msft wants to merge 3 commits intoAzure:masterfrom
danewalton-msft:dawalton/fix_issue

Conversation

@danewalton-msft
Copy link
Copy Markdown
Member

fixes #1512

az_context const* const parent,
void const* const key,
void const* const value)
az_context const* parent,
Copy link
Copy Markdown
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
Copy Markdown
Contributor

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-msft
Copy link
Copy Markdown
Member Author

@ahsonkhan #1517
that better?

@danewalton-msft
Copy link
Copy Markdown
Member Author

Closed in favor of #1517

@danewalton-msft danewalton-msft 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