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 2020/12/18 17:53:06 UTC

[GitHub] [mynewt-nimble] v01d opened a new pull request #895: ble_gap: fix warning about implicit cast form pointer to int

v01d opened a new pull request #895:
URL: https://github.com/apache/mynewt-nimble/pull/895


   This solves the following warning:
   
   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]
   
   which was found when building nimBLE as part of NuttX


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



[GitHub] [mynewt-nimble] v01d commented on pull request #895: ble_gap: fix warning about implicit cast form pointer to int

Posted by GitBox <gi...@apache.org>.
v01d commented on pull request #895:
URL: https://github.com/apache/mynewt-nimble/pull/895#issuecomment-748296235


   Thanks!


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



[GitHub] [mynewt-nimble] andrzej-kaczmarek merged pull request #895: ble_gap: fix warning about implicit cast form pointer to int

Posted by GitBox <gi...@apache.org>.
andrzej-kaczmarek merged pull request #895:
URL: https://github.com/apache/mynewt-nimble/pull/895


   


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



[GitHub] [mynewt-nimble] apache-mynewt-bot commented on pull request #895: ble_gap: fix warning about implicit cast form pointer to int

Posted by GitBox <gi...@apache.org>.
apache-mynewt-bot commented on pull request #895:
URL: https://github.com/apache/mynewt-nimble/pull/895#issuecomment-748230688


   
   <!-- style-bot -->
   
   ## Style check summary
   
   #### No suggestions at this time!
   


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