test: fix compiler warning in aiffparse test on 32-bit x86
authorTim-Philipp Müller <tim@centricular.net>
Mon, 19 Aug 2013 23:26:06 +0000 (00:26 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 19 Aug 2013 23:26:06 +0000 (00:26 +0100)
tests/check/elements/aiffparse.c

index b5a598fa541e0ed7c542bc1e6f76b87ea75f097f..ebf2028c6bc994824328200d13243e4fd2f4a764 100644 (file)
@@ -35,7 +35,7 @@ static GMainLoop *loop = NULL;
 static gboolean have_eos = FALSE;
 static gboolean have_tags = FALSE;
 static gchar *data = NULL;
-static guint64 data_size = 0;
+static gsize data_size = 0;
 static guint64 data_read = 0;
 static guint64 data_offset = 0;