Fix build with gcc by spelling unused format string as "unused" instead of NULL.
MFC after: 29 days
This commit is contained in:
parent
746f80dc3f
commit
26d2e3d5ff
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user