sjanc opened a new pull request #732: nimble/gap: Fix build with whitelist support disabled URL: https://github.com/apache/mynewt-nimble/pull/732 Error: repos/apache-mynewt-nimble/nimble/host/src/ble_gap.c:2035:1: error: ‘ble_gap_wl_tx_clear’ defined but not used [-Werror=unused-function] ble_gap_wl_tx_clear(void) ^~~~~~~~~~~~~~~~~~~ repos/apache-mynewt-nimble/nimble/host/src/ble_gap.c:2018:1: error: ‘ble_gap_wl_tx_add’ defined but not used [-Werror=unused-function] ble_gap_wl_tx_add(const ble_addr_t *addr) ^~~~~~~~~~~~~~~~~ repos/apache-mynewt-nimble/nimble/host/src/ble_gap.c:2004:1: error: ‘ble_gap_wl_busy’ defined but not used [-Werror=unused-function] ble_gap_wl_busy(void) ^~~~~~~~~~~~~~~ repos/apache-mynewt-nimble/nimble/host/src/ble_gap.c:350:1: error: ‘ble_gap_log_wl’ defined but not used [-Werror=unused-function] ble_gap_log_wl(const ble_addr_t *addr, uint8_t white_list_count) ^~~~~~~~~~~~~~
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
