mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-20 15:48:54 +02:00
Fix unused variable warning
2007-12-20 Alexander Larsson <alexl@redhat.com> * gvfs.c (get_default_vfs): Fix unused variable warning svn path=/trunk/; revision=6168
This commit is contained in:
committed by
Alexander Larsson
parent
10378099cd
commit
ba464215e7
@@ -1,3 +1,8 @@
|
|||||||
|
2007-12-20 Alexander Larsson <alexl@redhat.com>
|
||||||
|
|
||||||
|
* gvfs.c (get_default_vfs):
|
||||||
|
Fix unused variable warning
|
||||||
|
|
||||||
2007-12-19 Matthias Clasen <mclasen@redhat.com>
|
2007-12-19 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* pltcheck.sh: Update
|
* pltcheck.sh: Update
|
||||||
|
@@ -210,7 +210,6 @@ compare_vfs_type (gconstpointer a,
|
|||||||
static gpointer
|
static gpointer
|
||||||
get_default_vfs (gpointer arg)
|
get_default_vfs (gpointer arg)
|
||||||
{
|
{
|
||||||
volatile GType local_type;
|
|
||||||
GType *vfs_impls;
|
GType *vfs_impls;
|
||||||
int i;
|
int i;
|
||||||
guint n_vfs_impls;
|
guint n_vfs_impls;
|
||||||
|
Reference in New Issue
Block a user