qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] linux-user/vm86: Fix compilation with Clang


From: Richard Henderson
Subject: Re: [PATCH] linux-user/vm86: Fix compilation with Clang
Date: Sun, 13 Oct 2024 10:32:09 -0700
User-agent: Mozilla Thunderbird

On 10/11/24 09:18, Thomas Huth wrote:
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>
---
  linux-user/vm86.c | 65 -----------------------------------------------
  1 file changed, 65 deletions(-)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

And queued.


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]