tests/qtest/vnc-display-test: Suppress build warnings on Windows
commit6c25794fa36fe3fa483c6392c44ae68692aabb3a
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 19 Jan 2023 12:05:12 +0000 (19 13:05 +0100)
committerThomas Huth <thuth@redhat.com>
Thu, 26 Jan 2023 12:42:04 +0000 (26 13:42 +0100)
treefedb215285836661f7c57ffbdafb832aaf161f4a
parentc0031d389e7cc16b0223dbf5994627a4b9b44df3
tests/qtest/vnc-display-test: Suppress build warnings on Windows

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>
Message-Id: <20230119120514.28778-2-philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/qtest/vnc-display-test.c