mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-09 05:32:37 +00:00
Fixes many instances of errors similar to below: zephyr/subsys/bluetooth/controller/ll_sw/ctrl.c:5927:22: error: declaration of ‘s_link’ shadows a previous local [-Werror=shadow] static memq_link_t s_link; ^~~~~~ zephyr/subsys/bluetooth/controller/ll_sw/ctrl.c:5905:21: note: shadowed declaration is here static memq_link_t s_link; ^~~~~~ Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no> |
||
---|---|---|
.. | ||
crypto.c | ||
ctrl_internal.h | ||
ctrl.c | ||
ctrl.h | ||
ll_adv.c | ||
ll_adv.h | ||
ll_filter.c | ||
ll_filter.h | ||
ll_master.c | ||
ll_scan.c | ||
ll_test.c | ||
ll_test.h | ||
ll.c | ||
pdu.h |