mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 20:44:39 +08:00
drivers/serial/serial.c: Fix warning: 'value computed is not used'
This commit is contained in:
@@ -1347,7 +1347,7 @@ static int uart_ioctl(FAR struct file *filep, int cmd, unsigned long arg)
|
||||
#ifdef CONFIG_SERIAL_IFLOWCONTROL
|
||||
/* De-activate RX flow control. */
|
||||
|
||||
uart_rxflowcontrol(dev, 0, false);
|
||||
(void)uart_rxflowcontrol(dev, 0, false);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user