xbps-create: fix a warning found by @dominikh without --enable-debug.

This commit is contained in:
Juan RP 2015-10-28 06:43:25 +01:00
parent c4bce18734
commit 4fbfe6e823

View File

@ -197,7 +197,7 @@ process_one_alternative(const char *altgrname, const char *val)
static void
process_dict_of_arrays(const char *key, const char *val)
process_dict_of_arrays(const char *key _unused, const char *val)
{
char *altgrname, *args, *p, *saveptr;