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

@ -36,7 +36,7 @@ xbps_cb_message(struct xbps_handle *xhp, xbps_dictionary_t pkgd, const char *key
xbps_data_t msg;
FILE *f = NULL;
const void *data = NULL;
const char *pkgver;
const char *pkgver = NULL;
size_t len;
char *buf = NULL;
int rv = 0;