Skip to content

src: remove shadowed variable in `OptionsParser::Parse`

Rodrigo Muino Tomonari requested to merge github/fork/codebytere/fix-shadow into main

Chromium enabled -Wshadow in https://chromium-review.googlesource.com/c/chromium/src/+/3860569, which meant that this code caused compilation issues in Electron.

Fix this with name change.

Merge request reports

Loading