Added LTO support and fix warnings (maybe-uninitialized).

This commit is contained in:
Juan RP
2019-06-27 17:09:43 +02:00
parent bb96486b12
commit 0677678387
32 changed files with 92 additions and 76 deletions

View File

@ -121,7 +121,7 @@ xbps_pkg_exec_script(struct xbps_handle *xhp,
xbps_data_t data;
void *buf;
size_t buflen;
const char *pkgver;
const char *pkgver = NULL;
int rv;
assert(xhp);