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

@ -286,7 +286,7 @@ static bool
entry_is_conf_file(const char *file)
{
xbps_array_t a;
const char *curfile;
const char *curfile = NULL;
assert(file);