commit | c77d1ade6898cea161f0709c5c5a912e14aff951 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Sun Oct 27 23:52:26 2013 +0100 |
committer | Behdad Esfahbod <behdad@behdad.org> | Sun Oct 27 23:53:55 2013 +0100 |
tree | 6afbebfea087f15a993ea7568b6ee6bc2dcb1ddb | |
parent | c2bc818706df56022c8bb922df2b741cb120f7e4 [diff] [blame] |
Fix warnings
diff --git a/test/api/test-blob.c b/test/api/test-blob.c index 6759920..bbb7e2e 100644 --- a/test/api/test-blob.c +++ b/test/api/test-blob.c
@@ -270,7 +270,7 @@ if (mm == HB_MEMORY_MODE_DUPLICATE) { g_assert_cmpint (fixture->freed, ==, 1); - fixture->data = hb_blob_get_data (b, NULL); + fixture->data = (char *) hb_blob_get_data (b, NULL); } else { g_assert_cmpint (fixture->freed, ==, 0); }