xbps-create: initialize two vars to make gcc-4.9 with -fstack-protector-strong happy.

This commit is contained in:
Juan RP 2014-05-16 09:47:35 +02:00
parent 869466278b
commit 6b83ec7039

View File

@ -128,8 +128,8 @@ die(const char *fmt, ...)
static void
process_array(const char *key, const char *val)
{
xbps_array_t array;
char *args, *p = NULL, *saveptr;
xbps_array_t array = NULL;
char *args, *p = NULL, *saveptr = NULL;
assert(key);