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/22 06:38:40 UTC

[GitHub] [incubator-nuttx] yamt opened a new pull request #2583: wireless/bluetooth/bt_hcicore.c: Fix an unused warning

yamt opened a new pull request #2583:
URL: https://github.com/apache/incubator-nuttx/pull/2583


   ## Summary
   This fixes the following warning:
   
   bluetooth/bt_hcicore.c:143:12: error: unused function 'bt_send' [-Werror,-Wunused-function]
   static int bt_send(FAR const struct bt_driver_s *btdev,
              ^
   
   ## Impact
   
   ## Testing
   build-tested


----------------------------------------------------------------
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] [incubator-nuttx] yamt closed pull request #2583: wireless/bluetooth/bt_hcicore.c: Fix an unused warning

Posted by GitBox <gi...@apache.org>.
yamt closed pull request #2583:
URL: https://github.com/apache/incubator-nuttx/pull/2583


   


----------------------------------------------------------------
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] [incubator-nuttx] btashton commented on pull request #2583: wireless/bluetooth/bt_hcicore.c: Fix an unused warning

Posted by GitBox <gi...@apache.org>.
btashton commented on pull request #2583:
URL: https://github.com/apache/incubator-nuttx/pull/2583#issuecomment-749374627


   Shoot the static function should fully go away. It got moved in my last PR to be public. 


----------------------------------------------------------------
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] [incubator-nuttx] yamt commented on pull request #2583: wireless/bluetooth/bt_hcicore.c: Fix an unused warning

Posted by GitBox <gi...@apache.org>.
yamt commented on pull request #2583:
URL: https://github.com/apache/incubator-nuttx/pull/2583#issuecomment-749378170


   > @yamt Looks like its good with my PR that just merged?
   
   yea, i noticed it and closed this pr.


----------------------------------------------------------------
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] [incubator-nuttx] btashton commented on pull request #2583: wireless/bluetooth/bt_hcicore.c: Fix an unused warning

Posted by GitBox <gi...@apache.org>.
btashton commented on pull request #2583:
URL: https://github.com/apache/incubator-nuttx/pull/2583#issuecomment-749377088


   @yamt Looks like its good with my PR that just merged?


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