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

@ -43,8 +43,8 @@
int
xbps_init(struct xbps_handle *xhp)
{
char *buf;
const char *repodir, *native_arch;
char *buf = NULL;
const char *repodir = NULL, *native_arch = NULL;
int rv = 0;
size_t size;