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<th...@redhat.com>
---
  linux-user/vm86.c | 65 -----------------------------------------------
  1 file changed, 65 deletions(-)

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

And queued.


r~

Reply via email to