mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-23 20:46:14 +01:00
Silence a compiler warning
This commit is contained in:
parent
2afbc425eb
commit
bd3063c742
@ -302,5 +302,5 @@ g_qsort_with_data (gconstpointer pbase,
|
|||||||
GCompareDataFunc compare_func,
|
GCompareDataFunc compare_func,
|
||||||
gpointer user_data)
|
gpointer user_data)
|
||||||
{
|
{
|
||||||
return msort_r (pbase, total_elems, size, compare_func, user_data);
|
return msort_r ((gpointer)pbase, total_elems, size, compare_func, user_data);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user