mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
uart/exynos: be explicit about unused return value
This commit is contained in:
@@ -193,7 +193,7 @@ class Genode::Exynos_uart: Mmio
|
||||
*/
|
||||
char _rx_char()
|
||||
{
|
||||
read<Ufcon>();
|
||||
(void)read<Ufcon>();
|
||||
char c = read<Urxh::Receive_data>();
|
||||
|
||||
/* clear pending RX IRQ */
|
||||
|
||||
Reference in New Issue
Block a user