1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/nimble
Martine Lenders 2f15aa9747 nimble: deactivate -Wunused-function with LLVM/clang
When building `nimble` with LLVM/clang the function
`ble_ll_adv_active_chanset_is_sec()` in `ble_ll_adv.c` is reported to
be unused, it is used within an assertions and `ifdef`s within that
file though. So this just disables that warning.
2018-08-16 17:19:29 +02:00
..
contrib pkg: add support for NimBLE as package 2018-06-06 13:52:58 +02:00
controller.mk pkg: add support for NimBLE as package 2018-06-06 13:52:58 +02:00
doc.txt pkg: add support for NimBLE as package 2018-06-06 13:52:58 +02:00
drivers.nrf52.mk pkg: add support for NimBLE as package 2018-06-06 13:52:58 +02:00
ext.tinycrypt.mk pkg: add support for NimBLE as package 2018-06-06 13:52:58 +02:00
Makefile nimble: deactivate -Wunused-function with LLVM/clang 2018-08-16 17:19:29 +02:00
Makefile.dep pkg: add support for NimBLE as package 2018-06-06 13:52:58 +02:00
Makefile.include pkg: add support for NimBLE as package 2018-06-06 13:52:58 +02:00
nimble.host.mk pkg: add support for NimBLE as package 2018-06-06 13:52:58 +02:00
nimble.host.store.ram.mk pkg: add support for NimBLE as package 2018-06-06 13:52:58 +02:00
nimble.host.util.mk pkg: add support for NimBLE as package 2018-06-06 13:52:58 +02:00
nimble.mk pkg: add support for NimBLE as package 2018-06-06 13:52:58 +02:00
porting.nimble.mk pkg: add support for NimBLE as package 2018-06-06 13:52:58 +02:00
porting.npl.riot.mk pkg: add support for NimBLE as package 2018-06-06 13:52:58 +02:00
service.gap.mk pkg: add support for NimBLE as package 2018-06-06 13:52:58 +02:00
service.gatt.mk pkg: add support for NimBLE as package 2018-06-06 13:52:58 +02:00
transport.ram.mk pkg: add support for NimBLE as package 2018-06-06 13:52:58 +02:00