net: Remove some minor #warning since it compiler specific
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
8d56a9bbcb
commit
cff40aa34c
@ -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 */
|
||||
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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 */
|
||||
|
||||
|
@ -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 */
|
||||
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user