diff options
author | Volker Rümelin | 2022-10-22 16:12:04 +0200 |
---|---|---|
committer | Laurent Vivier | 2022-10-24 13:42:52 +0200 |
commit | cf6280b99b42630d74c197fb2cd68d1a5d8673f7 (patch) | |
tree | 178a226250e9a6f9e0686645c6b7341d51bd2b6e /accel | |
parent | treewide: Remove the unnecessary space before semicolon (diff) | |
download | qemu-cf6280b99b42630d74c197fb2cd68d1a5d8673f7.tar.gz qemu-cf6280b99b42630d74c197fb2cd68d1a5d8673f7.tar.xz qemu-cf6280b99b42630d74c197fb2cd68d1a5d8673f7.zip |
ui: remove useless typecasts
Commit 8f9abdf586 ("chardev: src buffer const for write functions")
changed the type of the second parameter of qemu_chr_be_write()
from uint8_t * to const uint8_t *. Remove the now useless type
casts from qemu_chr_be_write() function calls in ui/console.c and
ui/gtk.c.
Cc: qemu-trivial@nongnu.org
Signed-off-by: Volker Rümelin <vr_qemu@t-online.de>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Claudio Fontana <cfontana@suse.de>
Message-Id: <20221022141204.29358-1-vr_qemu@t-online.de>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'accel')
0 files changed, 0 insertions, 0 deletions