drivers/serial/serial.c: Fix warning: 'value computed is not used'
This commit is contained in:
parent
6129136329
commit
09c907b446
@ -1347,7 +1347,7 @@ static int uart_ioctl(FAR struct file *filep, int cmd, unsigned long arg)
|
|||||||
#ifdef CONFIG_SERIAL_IFLOWCONTROL
|
#ifdef CONFIG_SERIAL_IFLOWCONTROL
|
||||||
/* De-activate RX flow control. */
|
/* De-activate RX flow control. */
|
||||||
|
|
||||||
uart_rxflowcontrol(dev, 0, false);
|
(void)uart_rxflowcontrol(dev, 0, false);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user