zephyr/subsys/bluetooth/shell
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
..
bt.c Bluetooth: shell: Add controller DTM commands 2017-09-29 20:56:11 +02:00
bt.h Bluetooth: shell: Fix incorrect #define 2017-06-28 09:52:26 -04:00
CMakeLists.txt Introduce cmake-based rewrite of KBuild 2017-11-08 20:00:22 -05:00
flash.c bluetooth: shell: add module for testing NRF5x flash driver 2017-06-28 12:29:50 +02:00
gatt.c Bluetooth: Fix build failure with -Wshadow CFLAGS 2017-12-20 12:29:52 -05:00
gatt.h Bluetooth: Shell: Add gatt-show-db command 2017-06-15 21:53:00 +03:00
Kconfig kconfig: fix help syntax and add spaces 2017-12-13 17:43:28 -06:00
ll.c Bluetooth: shell: Add controller DTM commands 2017-09-29 20:56:11 +02:00
ll.h Bluetooth: shell: Add controller DTM commands 2017-09-29 20:56:11 +02:00
ticker.c Bluetooth: shell: Fix compile error due to missing memq.h include 2017-11-27 13:48:24 -08:00