nspawn: tell coverity that we ignore return value

CID #1271353.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2015-03-13 21:10:15 -05:00
parent a0b1209c4a
commit 48861960ac

View file

@ -2823,7 +2823,7 @@ static int dissect_image(
return -errno;
}
blkid_probe_lookup_value(b, "PTTYPE", &pttype, NULL);
(void) blkid_probe_lookup_value(b, "PTTYPE", &pttype, NULL);
is_gpt = streq_ptr(pttype, "gpt");
is_mbr = streq_ptr(pttype, "dos");