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