START_TEST(test_timer_oneshot_by_callback_retval)
{
struct mg_context ctx;
- int c[TIMERS_IN_TEST * 2];
+ ptrdiff_t c[TIMERS_IN_TEST * 2];
memset(&ctx, 0, sizeof(ctx));
memset(c, 0, sizeof(c));
START_TEST(test_timer_oneshot_by_timer_add)
{
struct mg_context ctx;
- int c[TIMERS_IN_TEST * 2];
+ ptrdiff_t c[TIMERS_IN_TEST * 2];
memset(&ctx, 0, sizeof(ctx));
memset(c, 0, sizeof(c));
START_TEST(test_timer_mixed)
{
struct mg_context ctx;
- int c[TIMERS_IN_TEST];
+ ptrdiff_t c[TIMERS_IN_TEST];
memset(&ctx, 0, sizeof(ctx));
memset(c, 0, sizeof(c));