#9049 brought new -Wshadow warning.
Local variable shadows the function argument. I decided to keep the function argument name to keep consistency with the rest of the file and use better/descriptive name for the local variable.
#9049 brought new -Wshadow warning.
Local variable shadows the function argument. I decided to keep the function argument name to keep consistency with the rest of the file and use better/descriptive name for the local variable.