zephyr/subsys
Vinayak Kariappa Chettimada e00282af6e Bluetooth: Fix build failure with -Wshadow CFLAGS
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>
2017-12-20 12:29:52 -05:00
..
bluetooth Bluetooth: Fix build failure with -Wshadow CFLAGS 2017-12-20 12:29:52 -05:00
console
cpp
debug
dfu
disk
fs
logging lib: move ring_buffer from misc/ to lib/ 2017-12-15 20:02:01 -05:00
net net: lwm2m: cleanup transfer_request error handling 2017-12-15 18:02:25 -05:00
random
shell
usb
CMakeLists.txt
Kconfig