-
Notifications
You must be signed in to change notification settings - Fork 8.2k
BT mesh: Rename shadow variables #61733
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
alxelax
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be mature if the same problem is solved on the same manner.
https://github.com/zephyrproject-rtos/zephyr/pull/61236/files#diff-9d35bfa2dc44279fbf0687382de4544e5ad427635016a5e5e80d77e546aa4fdfR34
It is better to rename global variable name here: https://github.com/zephyrproject-rtos/zephyr/pull/61733/files#diff-7584275c2da52cbcbe4efe8ca02fc9baacb02197f8db59677e8fc8828b0d1fbfL46
to dh_pair.
It should solve problem on the correct manner.
Rename shadow variables found by -Wshadow After e38fc6d was merged, this cause CI failures. Signed-off-by: Alberto Escolar Piedras <[email protected]>
|
Twister failure due to related #61736 , just merged. |
Rename shadow variables found by -Wshadow
After e38fc6d
was merged, this cause CI failures.
Here a CI failure https://github.com/zephyrproject-rtos/zephyr/actions/runs/5937447483/job/16099892902?pr=60711#step:12:910
Fixes #61734