protobuf icon indicating copy to clipboard operation
protobuf copied to clipboard

Fixed some shadowing between local variables

Open mikael-s-persson opened this issue 1 year ago • 1 comments

Fixed some shadowing between local variables

Pretty simple fix, just renaming a couple local variables so they don't shadow other variables in scope. Just trying to reduce verbosity of warnings in users' own builds with higher warning levels (as is my case ;) ).

Obviously, no change in behavior, and hopefully the new names are reasonable.

mikael-s-persson avatar Aug 27 '24 15:08 mikael-s-persson