net: Remove some minor #warning since it compiler specific

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao 2023-05-01 22:15:05 +08:00 committed by Petro Karashchenko
parent 8d56a9bbcb
commit cff40aa34c
7 changed files with 7 additions and 7 deletions

View File

@ -87,7 +87,7 @@ void bluetooth_poll(FAR struct net_driver_s *dev,
* REVISIT: Need to pass the meta data and the IOB through the callback
*/
#warning Missing logic
/* #warning Missing logic */
/* Perform the application callback */

View File

@ -225,7 +225,7 @@ static uint16_t bluetooth_recvfrom_eventhandler(FAR struct net_driver_s *dev,
/* Make sure that this is the driver to which the socket is bound. */
#warning Missing logic
/* #warning Missing logic */
pstate = pvpriv;
radio = (FAR struct radio_driver_s *)dev;

View File

@ -103,7 +103,7 @@ static uint16_t bluetooth_sendto_eventhandler(FAR struct net_driver_s *dev,
/* Make sure that this is the driver to which the socket is connected. */
#warning Missing logic
/* #warning Missing logic */
pstate = pvpriv;
radio = (FAR struct radio_driver_s *)dev;

View File

@ -494,7 +494,7 @@ static int can_close(FAR struct socket *psock)
{
/* Yes... inform user-space daemon of socket close. */
#warning Missing logic
/* #warning Missing logic */
/* Free the connection structure */

View File

@ -85,7 +85,7 @@ void ieee802154_poll(FAR struct net_driver_s *dev,
* Need to pass the meta data and the IOB through the callback.
*/
#warning Missing logic
/* #warning Missing logic */
/* Perform the application callback */

View File

@ -225,7 +225,7 @@ static uint16_t
/* Make sure that this is the driver to which the socket is bound. */
#warning Missing logic
/* #warning Missing logic */
pstate = pvpriv;
radio = (FAR struct radio_driver_s *)dev;

View File

@ -292,7 +292,7 @@ static uint16_t ieee802154_sendto_eventhandler(FAR struct net_driver_s *dev,
/* Make sure that this is the driver to which the socket is connected. */
#warning Missing logic
/* #warning Missing logic */
pstate = pvpriv;
radio = (FAR struct radio_driver_s *)dev;