This PR is split from #30454 and addresses MSVC warning C4101 “unreferenced local variable”. The current MSVC build system in the master branch skips building univalue tests, so it is not affected.
No behaviour changes.
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
For detailed information about the code coverage, see the test coverage report.
See the guideline for information on the review process.
Type | Reviewers |
---|---|
ACK | theuni, kevkevinpal, maflcko |
If your review is incorrectly listed, please react with 👎 to this comment and the bot will ignore it on the next update.
Reviewers, this pull request conflicts with the following ones:
If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first.
trivial ACK 44f08786f435ed4284d39dc604c2a5fcbde9e602.
Seems weird to be catching a non-const ref, but it really doesn’t matter here :)
utACK 44f0878
lgtm! seems pretty straight forward