mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-24 07:27:44 +01:00
This fixes the following compiler error.
../libs/tk/ytk/gtkscale.c:1474:50: error: incompatible function pointer types passing
'GCompareFunc' (aka 'int (*)(const void *, const void *)') to parameter of type
'GCompareDataFunc' (aka 'int (*)(const void *, const void *, void *)') [-Wincompatible-function-pointer-types]
(GCompareFunc) compare_marks,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gslist.h:76:26: note: passing argument to parameter 'func' here
GCompareDataFunc func,
^
|
||
|---|---|---|
| .. | ||
| suil | ||
| ydk | ||
| ydk-pixbuf | ||
| ydkmm | ||
| ytk | ||
| ytkmm | ||
| ztk | ||
| ztkmm | ||