xbps-fbulk: ignore remove(2) return value (CID #98680).

This commit is contained in:
Juan RP 2015-07-26 08:21:46 +02:00
parent 582de078f4
commit 58074b5358

View File

@ -345,7 +345,7 @@ runBuilds(const char *bpath)
* attempts.
*/
logpath = xbps_xasprintf("%s/bad/%s", LogDir, item->pkgn);
remove(logpath);
(void)remove(logpath);
free(logpath);
logpath = xbps_xasprintf("%s/run/%s", LogDir, item->pkgn);