Now fixed in git master, commit e62694a078f182.
** Changed in: qemu Status: In Progress => Fix Committed -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1655702 Title: qemu/hw/char/exynos4210_uart.c: possible pointless local variable ? Status in QEMU: Fix Committed Bug description: $ fgrep frame_size qemu/hw/char/exynos4210_uart.c int speed, parity, data_bits, stop_bits, frame_size; frame_size = 1; /* start bit */ frame_size++; /* parity bit */ frame_size += data_bits + stop_bits; $ Suggest either use it or delete it. To manage notifications about this bug go to: https://bugs.launchpad.net/qemu/+bug/1655702/+subscriptions