Skip to content

Commit

Permalink
fixup (void)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiridanek committed Oct 26, 2022
1 parent 7e5f77e commit cfb09ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/adaptor_buffer_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

void qd_log_initialize(void);
void qd_log_finalize(void);
void qd_error_initialize();
void qd_error_initialize(void);
void qd_router_id_finalize(void);

static char *test_qd_adaptor_buffer(void *context)
Expand Down Expand Up @@ -330,7 +330,7 @@ static char *test_qd_adaptor_copy_qd_buffers_to_adaptor_buffers(void *context)
return 0;
}

int adaptor_buffer_tests()
int adaptor_buffer_tests(void)
{
int result = 0;
char *test_group = "adaptor_buffer_tests";
Expand Down

0 comments on commit cfb09ee

Please sign in to comment.