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

@@ -109,8 +109,8 @@ die(const char *fmt, ...)
}
static int
ftw_cb(const char *fpath, const struct stat *sb _unused, int type,
struct FTW *ftwbuf _unused)
ftw_cb(const char *fpath, const struct stat *sb UNUSED, int type,
struct FTW *ftwbuf UNUSED)
{
int sverrno = 0;