User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.1) Gecko/20060413 Ubuntu/dapper Firefox/1.5.0.1 Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.1) Gecko/20060413 Ubuntu/dapper Firefox/1.5.0.1 This occurs on powerpc and amd64 thunar-vfs-job.c: In function 'thunar_vfs_job_source_dispatch': thunar-vfs-job.c:280: warning: passing argument 4 of 'g_signal_emit_valist' discards qualifiers from pointer target type Reproducible: Always
Created attachment 540 This should do the trick
I don't have a ppc or amd64 to test this on as the warings were seen on ubuntu build servers. BTW those volatiles you recently added to fix the 'hang on copy unless mouse moves' bugs. Were they not actually needed there?
It should work without.
Confirmed this patch fixes the warning on ppc.
Committed with revision 21655. 2006-05-14 Benedikt Meurer <benny@xfce.org> * thunar-vfs/thunar-vfs-job.c: Fix compile warning. Bug #1756.