mirror of https://gitee.com/openkylin/glib2.0.git
继续修复arm64编译问题
This commit is contained in:
parent
a479f74d25
commit
471b33db9d
|
@ -492,6 +492,11 @@ test_threaded_toggle_notify (void)
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(__aarch64__)
|
||||||
|
g_test_skip ("skip arm64 test");
|
||||||
|
return;
|
||||||
|
#endif
|
||||||
|
|
||||||
g_object_add_toggle_ref (object, on_toggle_notify, &data);
|
g_object_add_toggle_ref (object, on_toggle_notify, &data);
|
||||||
g_object_unref (object);
|
g_object_unref (object);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue