https://bugzilla.xfce.org/show_bug.cgi?id=14640
--- Comment #43 from frode b k <[email protected]> --- @andre & @alexxcons thanks a lot. i've now successfully built thunar 1.8.2, and running this in tree view. i will report back what i do experience. note: no idea if it means something at all, but i assume you do, so pasting some warnings from the build process below: ``` ~~~~~~~~~~~~~~~ thunar-uca-model.c:211:1: note: in expansion of macro ‘THUNARX_DEFINE_TYPE_WITH_CODE’ THUNARX_DEFINE_TYPE_WITH_CODE (ThunarUcaModel, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../thunarx/thunarx.h:77:5: warning: cast between incompatible function types from ‘void (*)(ThunarUcaModel *)’ {aka ‘void (*)(struct _ThunarUcaModel *)’} to ‘void (*)(GTypeInstance *, void *)’ {aka ‘void (*)(struct _GTypeInstance *, void *)’} [-Wcast-function-type] (GInstanceInitFunc) type_name##_init, \ ^ ../../thunarx/thunarx.h:41:67: note: in expansion of macro ‘THUNARX_DEFINE_TYPE_EXTENDED’ #define THUNARX_DEFINE_TYPE_WITH_CODE(TN, t_n, T_P, _C_) THUNARX_DEFINE_TYPE_EXTENDED (TN, t_n, T_P, 0, _C_) ~~~~~~~~~~~~~~~ thunar-uca-model.c:211:1: note: in expansion of macro ‘THUNARX_DEFINE_TYPE_WITH_CODE’ THUNARX_DEFINE_TYPE_WITH_CODE (ThunarUcaModel, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../thunarx/thunarx.h:90:5: warning: cast between incompatible function types from ‘void (*)(GtkTreeModelIface *)’ {aka ‘void (*)(struct _GtkTreeModelIface *)’} to ‘void (*)(void *, void *)’ [-Wcast-function-type] (GInterfaceInitFunc) iface_init \ ^ ../../thunarx/thunarx.h:82:5: note: in definition of macro ‘THUNARX_DEFINE_TYPE_EXTENDED’ { CODE ; } \ ^~~~ thunar-uca-model.c:211:1: note: in expansion of macro ‘THUNARX_DEFINE_TYPE_WITH_CODE’ THUNARX_DEFINE_TYPE_WITH_CODE (ThunarUcaModel, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ thunar-uca-model.c:214:32: note: in expansion of macro ‘THUNARX_IMPLEMENT_INTERFACE’ THUNARX_IMPLEMENT_INTERFACE (GTK_TYPE_TREE_MODEL, ^~~~~~~~~~~~~~~~~~~~~~~~~~~ CC thunar_uca_la-thunar-uca-plugin.lo ``` -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Xfce-bugs mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce-bugs
