Fix namespace violation

This commit is contained in:
Foxlet
2018-07-17 22:24:26 -04:00
committed by Toyam Cox
parent ac5776b9f5
commit 0f33859701
20 changed files with 56 additions and 56 deletions

View File

@ -199,7 +199,7 @@ process_one_alternative(const char *altgrname, const char *val)
static void
process_dict_of_arrays(const char *key _unused, const char *val)
process_dict_of_arrays(const char *key UNUSED, const char *val)
{
char *altgrname, *args, *p, *saveptr;
@ -302,7 +302,7 @@ entry_is_conf_file(const char *file)
}
static int
ftw_cb(const char *fpath, const struct stat *sb, const struct dirent *dir _unused)
ftw_cb(const char *fpath, const struct stat *sb, const struct dirent *dir UNUSED)
{
struct xentry *xe = NULL;
xbps_dictionary_t fileinfo = NULL;