mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 07:26:15 +01: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:
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>
|
||||
|
||||
* pltcheck.sh: Update
|
||||
|
@ -210,7 +210,6 @@ compare_vfs_type (gconstpointer a,
|
||||
static gpointer
|
||||
get_default_vfs (gpointer arg)
|
||||
{
|
||||
volatile GType local_type;
|
||||
GType *vfs_impls;
|
||||
int i;
|
||||
guint n_vfs_impls;
|
||||
|
Loading…
Reference in New Issue
Block a user