Skip to content

Commit

Permalink
warnings cleanup: Wunused-function: leave the test commented out
Browse files Browse the repository at this point in the history
... as well as the test inclusion itself in make_soc_suite.

Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
  • Loading branch information
jnpkrn committed Dec 21, 2017
1 parent ef5b1cf commit 499a7f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/check_ipc.c
Expand Up @@ -1499,6 +1499,7 @@ START_TEST(test_ipc_service_ref_count_us)
}
END_TEST

#if 0
static void test_max_dgram_size(void)
{
/* most implementations will not let you set a dgram buffer
Expand Down Expand Up @@ -1542,6 +1543,7 @@ START_TEST(test_ipc_max_dgram_size)
qb_leave();
}
END_TEST
#endif

static Suite *
make_shm_suite(void)
Expand Down

0 comments on commit 499a7f7

Please sign in to comment.