qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 1/3] tests/qtest/vnc-display-test: Suppress build warnings on


From: Richard Henderson
Subject: Re: [PATCH 1/3] tests/qtest/vnc-display-test: Suppress build warnings on Windows
Date: Thu, 19 Jan 2023 10:22:11 -1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2

On 1/19/23 02:05, Philippe Mathieu-Daudé wrote:
While this test is skipped on Windows, we still get when building:

   tests/qtest/vnc-display-test.c:22:20: warning: unused function 
'on_vnc_error' [-Wunused-function]
   static inline void on_vnc_error(VncConnection* self,
                      ^
   tests/qtest/vnc-display-test.c:28:20: warning: unused function 
'on_vnc_auth_failure' [-Wunused-function]
   static inline void on_vnc_auth_failure(VncConnection *self,
                      ^
   2 warnings generated.

Signed-off-by: Philippe Mathieu-Daudé<philmd@linaro.org>
---
  tests/qtest/vnc-display-test.c | 4 ++++
  1 file changed, 4 insertions(+)

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

r~



reply via email to

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