1 Without this the following asserts fires.
2 The root cause is unclear.
4 --- glib-2.62.6/glib/tests/timer.c.orig
5 +++ glib-2.62.6/glib/tests/timer.c
7 #define GLIB_DISABLE_DEPRECATION_WARNINGS 1
13 test_timer_basic (void)
16 elapsed2 = g_timer_elapsed (timer, NULL);
18 + printf("elapsed: %f\n", elapsed);
19 + printf("elapsed2: %f\n", elapsed2);
20 g_assert_cmpfloat (elapsed, ==, elapsed2);
22 g_timer_destroy (timer);