After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 641856 - Cleanups and fixes for compiler warnings
Cleanups and fixes for compiler warnings
Status: RESOLVED FIXED
Product: gvfs
Classification: Core
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: gvfs-maint
gvfs-maint
Depends on:
Blocks:
 
 
Reported: 2011-02-08 18:17 UTC by Kjartan Maraas
Modified: 2011-03-17 18:02 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch for warnings (14.28 KB, patch)
2011-02-08 18:17 UTC, Kjartan Maraas
committed Details | Review

Description Kjartan Maraas 2011-02-08 18:17:39 UTC
Created attachment 180402 [details] [review]
patch for warnings

Attaching a patch.
Comment 1 Tomas Bzatek 2011-03-17 18:02:03 UTC
Thanks for spotting all this, committed except of ParseFTPList.c changes, which is a (hopefully) 1:1 copy from mozilla sources and I don't want to touch it, even for easy comparison with new upstream sources.

Also, removing glib.h include from daemon/mount.c makes no sense. Also added two more unused variables spotted by gcc-4.6.0


commit 08120de3bdf768ed6d1a935ce05b64f9ddecadc0
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Thu Mar 17 19:01:17 2011 +0100

    Cleanups and fixes for compiler warnings
    
    https://bugzilla.gnome.org/show_bug.cgi?id=641856