GNOME Bugzilla – Bug 301943
patches to fix compilation warnings
Last modified: 2005-06-16 15:03:43 UTC
Attached patches fixes most warnings, which can maybe cause problems on 64-bit platforms.
Created attachment 45660 [details] [review] gnome-utils-include.patch
Created attachment 45661 [details] [review] gnome-utils-printf.patch
Created attachment 45664 [details] [review] gnome-utils-void.patch Patch from Gary Ekker.
Created attachment 45665 [details] [review] gnome-utils-gcc4.patch Patch defines new return value for invalid parameters instead of returning random value.
heh, just got a midair collision asking you to change the summary :)
Additional note to gnome-utils-include.patch: It seems, that linux/fs.h is not needed anymore. For older kernels, it is enough to define _LINUX_AUDIT_H_ before including it, for newer kernels, it is not sufficient and including this file fails.
*** Bug 172958 has been marked as a duplicate of this bug. ***
Ok, I have applied all the patches except the first one (attachment 45660 [details] [review]) that does not apply cleanly. Could you please check if the patch is still relevant and create a new version ? Thanks !
Created attachment 47865 [details] [review] gnome-utils-include2.patch First patch is not relevant - all gfloppy problems were fixed. New patch addresses remaining implicit declaration issues in gdict and logview.
Ok, I committed your last patch. Thanks for all the work !