[Thunar-dev] GCC 4.01 generates pointer signedness errors
Jeff Franks
jcfranks at tpg.com.au
Fri Jul 29 15:07:36 CEST 2005
Benny,
Where do I report thunar bugs. Compiling the latest snapshot with GCC
4.01 generates several pointer signedness compiler errors, bewteen
gchar* and guchar*
In thunar-clipboard-manager.c:
line 291 and 296: in call to gtk_selection_data_set() passing gchar* for
argument 4, should be guchar*
In thunar-favourites-view.c:
line 297: in call to thunar_favourites_view_drop_uri_list() passing
guchar* for argument 2, should be gchar*
In thunar-location-buttons.c:
line 1088: in call to gtk_selection_data_set() passing gchar* for
argument 4, should be guchar*
In thunar-statusbar.c:
line 533: in call to gtk_selection_data_set() passing gchar* for
argument 4, should be guchar*
Jeff.
More information about the Thunar-dev
mailing list