Latest Thunar in SVN fails while compiling. cc1: warnings being treated as errors thunar-path-entry.c: In function 'thunar_path_entry_changed': thunar-path-entry.c:758: warning: 'file_part' may be used uninitialized in this function thunar-path-entry.c:757: warning: 'folder_part' may be used uninitialized in this function make[3]: *** [Thunar-thunar-path-entry.o] Error 1 make[3]: Leaving directory `/opt/xfce4-svn/src/xfce4svn/thunar/trunk/thunar' make[2]: *** [all] Error 2 make[2]: Leaving directory `/opt/xfce4-svn/src/xfce4svn/thunar/trunk/thunar' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/opt/xfce4-svn/src/xfce4svn/thunar/trunk' make: *** [all] Error 2 Reproducible: Always Steps to Reproduce:
2006-01-10 Benedikt Meurer <benny@xfce.org> * thunar/thunar-path-entry.c(thunar_path_entry_changed): Make older compilers happy. Fixes bug #1318.
Thunar still fails to compile: cc1: warnings being treated as errors thunar-standard-view.c: In function 'thunar_standard_view_drag_drop': thunar-standard-view.c:1992: warning: pointer targets in passing argument 6 of 'gdk_property_change' differ in signedness thunar-standard-view.c: In function 'thunar_standard_view_drag_data_received': thunar-standard-view.c:2067: warning: pointer targets in passing argument 6 of 'gdk_property_change' differ in signedness make[3]: *** [Thunar-thunar-standard-view.o] Error 1 make[3]: Leaving directory `/opt/xfce4-svn/src/xfce4svn/thunar/trunk/thunar' make[2]: *** [all] Error 2 make[2]: Leaving directory `/opt/xfce4-svn/src/xfce4svn/thunar/trunk/thunar' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/opt/xfce4-svn/src/xfce4svn/thunar/trunk' make: *** [all] Error 2 (Should I have opened a new bug report for this? I think it's better to reopen this bug, especially if there's more coming after this, which I don't hope...)
2006-01-11 Benedikt Meurer <benny@xfce.org> * thunar/thunar-standard-view.c: Fix compiler warnings. Again bug #1318.
Thanks, it compiles now :)