** Changed in: qemu Status: Fix Committed => Fix Released -- 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 Released 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