Fix build with gcc by spelling unused format string as "unused" instead of NULL.

MFC after:	29 days
This commit is contained in:
trasz 2013-10-19 08:20:00 +00:00
parent 746f80dc3f
commit 26d2e3d5ff

View File

@ -132,7 +132,7 @@ g_label_resize(struct g_consumer *cp)
LIST_FIRST(&cp->geom->provider)->name);
g_slice_config(cp->geom, 0, G_SLICE_CONFIG_FORCE, (off_t)0,
cp->provider->mediasize, cp->provider->sectorsize, NULL);
cp->provider->mediasize, cp->provider->sectorsize, "notused");
}
static int