mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-21 22:09:23 +01:00
t-runner: Fix warning
tools/test-runner.c:1363:6: error: no previous declaration for ‘test_stat_queue_entry_destroy’ [-Werror=missing-declarations] void test_stat_queue_entry_destroy(void *data)
This commit is contained in:
parent
5a34e3c2b6
commit
1c9550aeb1
@ -1360,7 +1360,7 @@ static void print_results(struct l_queue *test_stat_queue)
|
||||
l_info("%s" CONSOLE_LN_RESET, sep_line);
|
||||
}
|
||||
|
||||
void test_stat_queue_entry_destroy(void *data)
|
||||
static void test_stat_queue_entry_destroy(void *data)
|
||||
{
|
||||
struct test_stats *ts;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user