aboutsummaryrefslogtreecommitdiff
path: root/blockdev.c
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2024-10-11 18:18:45 +0200
committerRichard Henderson <richard.henderson@linaro.org>2024-10-13 10:34:00 -0700
commitd0fb97402278c746ac89059e3dd57d2f59c1cc69 (patch)
tree933bda57b2543b98e63e6f78e9849594945bb6ef /blockdev.c
parent9d08a70ddc08e9b6ecf870fd232531c78fe0b208 (diff)
downloadqemu-d0fb97402278c746ac89059e3dd57d2f59c1cc69.zip
qemu-d0fb97402278c746ac89059e3dd57d2f59c1cc69.tar.gz
qemu-d0fb97402278c746ac89059e3dd57d2f59c1cc69.tar.bz2
linux-user/vm86: Fix compilation with Clang
Since commit 95b9c27c81 ("linux-user: Remove unused handle_vm86_fault") a bunch of other "static inline" function are now unused, too. Clang warns about such unused "static inline" functions in .c files, so the build currently breaks when compiling with "--enable-werror". Remove the unused functions to get it going again. Fixes: 95b9c27c81 ("linux-user: Remove unused handle_vm86_fault") Signed-off-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Dr. David Alan Gilbert <dave@treblig.org> Message-ID: <20241011161845.417342-1-thuth@redhat.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'blockdev.c')
0 files changed, 0 insertions, 0 deletions