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 kconfig: fix help syntax and add spaces 2017-12-13 17:43:28 -06:00
cpp kconfig: fix help syntax and add spaces 2017-12-13 17:43:28 -06:00
debug kconfig: fix help syntax and add spaces 2017-12-13 17:43:28 -06:00
dfu kconfig: fix help syntax and add spaces 2017-12-13 17:43:28 -06:00
disk kconfig: fix help syntax and add spaces 2017-12-13 17:43:28 -06:00
fs fs: only select the disk subsystem if the filesystem needs it. 2017-12-14 16:49:18 -06:00
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 subsys: random: Fix semaphore initial count of xoroshiro128 2017-11-15 15:47:10 -06:00
shell kconfig: fix help syntax and add spaces 2017-12-13 17:43:28 -06:00
usb kconfig: fix help syntax and add spaces 2017-12-13 17:43:28 -06:00
CMakeLists.txt Introduce cmake-based rewrite of KBuild 2017-11-08 20:00:22 -05:00
Kconfig subsys: Add random subsystem 2017-11-01 08:26:29 -04:00