tests: remove unused variables
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Thu, 9 Feb 2023 18:29:07 +0000 (19:29 +0100)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Thu, 9 Feb 2023 18:29:07 +0000 (19:29 +0100)
Clang (unlike GCC) reported certain GLib autopointers as unused. Remove
them.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
tests/tests-edge-event.c
tests/tests-info-event.c

index 9281dd9206533f0ba768becadc5f07cc49eacb1f..0ff7dc88dea7e10914c370acd5ba7d7b7271f915 100644 (file)
@@ -526,7 +526,6 @@ GPIOD_TEST_CASE(event_copy)
        g_autoptr(struct_gpiod_line_settings) settings = NULL;
        g_autoptr(struct_gpiod_line_config) line_cfg = NULL;
        g_autoptr(struct_gpiod_line_request) request = NULL;
-       g_autoptr(GThread) thread = NULL;
        g_autoptr(struct_gpiod_edge_event_buffer) buffer = NULL;
        g_autoptr(struct_gpiod_edge_event) copy = NULL;
        struct gpiod_edge_event *event;
@@ -573,7 +572,6 @@ GPIOD_TEST_CASE(reading_more_events_than_the_queue_contains_doesnt_block)
        g_autoptr(struct_gpiod_line_settings) settings = NULL;
        g_autoptr(struct_gpiod_line_config) line_cfg = NULL;
        g_autoptr(struct_gpiod_line_request) request = NULL;
-       g_autoptr(GThread) thread = NULL;
        g_autoptr(struct_gpiod_edge_event_buffer) buffer = NULL;
        gint ret;
 
index a0cf5b6de2c7043aa73547c632023476335c67e7..20e91a8c2863e8214e5c2fdb815a9565165bb935 100644 (file)
@@ -206,7 +206,6 @@ GPIOD_TEST_CASE(chip_fd_can_be_polled)
        g_autoptr(struct_gpiod_info_event) event = NULL;
        g_autoptr(struct_gpiod_line_config) line_cfg = NULL;
        g_autoptr(struct_gpiod_line_settings) settings = NULL;
-       g_autoptr(struct_gpiod_line_request) request = NULL;
        g_autoptr(GThread) thread = NULL;
        struct gpiod_line_info *evinfo;
        struct request_ctx ctx;