summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2013-03-14 11:28:06 +0100
committerBastien Nocera <hadess@hadess.net>2013-04-02 15:54:59 +0200
commit421ce4a6b4526047fde9d8d039a66b520eb09f3f (patch)
treefd4720a187328381b7549731290f21d948460ac2 /common
parent070294d1bac480f45eb4b5573d4aa6b8380e7fdc (diff)
downloadgvfs-421ce4a6b4526047fde9d8d039a66b520eb09f3f.tar.gz
Fix compiler warnings
https://bugzilla.gnome.org/show_bug.cgi?id=695834
Diffstat (limited to 'common')
-rw-r--r--common/gvfsmountinfo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/gvfsmountinfo.c b/common/gvfsmountinfo.c
index 756bbd06..60a3527f 100644
--- a/common/gvfsmountinfo.c
+++ b/common/gvfsmountinfo.c
@@ -443,7 +443,7 @@ get_iso_639_3_for_locale (void)
}
static const char *
-get_icon (META_DL *meta)
+get_icon (const META_DL *meta)
{
const char *icon;
guint i;
@@ -470,7 +470,7 @@ bdmv_metadata_thread (GSimpleAsyncResult *result,
GCancellable *cancellable)
{
BLURAY *bd;
- META_DL *meta;
+ const META_DL *meta;
GError *error;
GFile *file;
char *disc_root;