You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/12/18 17:45:16 UTC

[GitHub] [incubator-nuttx] v01d commented on pull request #2129: sim: add "nimble" config, to test nimBLE on top of bthcisock

v01d commented on pull request #2129:
URL: https://github.com/apache/incubator-nuttx/pull/2129#issuecomment-748226390


   @btashton It seems CI is complaining about a warning (which results in an error during CI build):
   
   returning 'int (*)(struct ble_gap_event *, void *)' from a function with return type '_Bool8' {aka 'unsigned char'} makes integer from pointer without a cast [-Werror=int-conversion]
   
   This is something inside nimBLE. I can either disable the warning for nimBLE or open a PR upstream, but I'm not sure if this is a real issue upstream or just the result of stricter checks on NuttX side. What do you think?
   


----------------------------------------------------------------
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