You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2019/11/22 09:07:35 UTC

[GitHub] [mynewt-nimble] haukepetersen opened a new pull request #678: controller/adv: fix 'unused function' warning

haukepetersen opened a new pull request #678: controller/adv: fix 'unused function' warning
URL: https://github.com/apache/mynewt-nimble/pull/678
 
 
   When compiling without the LL_EXT_ADV feature and with disabled
   assertions, the compiler throws an 'unused function' warning for
   the internal function `ble_ll_adv_active_chanset_is_pri()`. This
   commit fixes this by only compiling that functions if actually
   needed.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services