ardour/libs/tk
Biswapriyo Nath 7e7d22e7d2
ytk: Fix function pointer casting compiler error with clang
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,
    ^
2024-02-21 13:30:23 +01:00
..
suil Localize stripped down gtk2 2024-01-06 21:52:48 +01:00
ydk Fix gdk livelock on Windows when compiled with recent mingw/gcc 2024-01-28 21:51:57 +01:00
ydk-pixbuf Localize stripped down gtk2 2024-01-06 21:52:48 +01:00
ydkmm Localize stripped down gtk2 2024-01-06 21:52:48 +01:00
ytk ytk: Fix function pointer casting compiler error with clang 2024-02-21 13:30:23 +01:00
ytkmm YTK: do no parse gtkrc and theme files 2024-01-14 20:28:43 +01:00
ztk Localize stripped down gtk2 2024-01-06 21:52:48 +01:00
ztkmm Localize stripped down gtk2 2024-01-06 21:52:48 +01:00