Fix a warning message from the Xcode compiler #1373
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
What is implemented or fixed? Mention the linked issue(s), if any.
No specific issue related. This is just a minor code change to fix a warning message from the newer Xcode (15.3) compiler.
How does this PR solve the issue? Give a brief summary.
Explicitly quote the
move
function from the STL librarystd::move
.Are there any companion PRs (frontend, protobuf)?
No.
Is there anything else that testers should know (e.g. exactly how to reproduce the issue)?
All tests are not affected.
Checklist
changelog updated /no changelog update needed/ corresponding fix added / new e2e test created/ corresponding fix added / new ICD test createdprotobuf updated to the latest dev commit /no protobuf update neededprotobuf version bumped /protobuf version not bumpedGitHub Project estimate added