fnmatch - warning remove on arm

This commit is contained in:
Carsten Haitzler 2021-05-12 11:08:15 +01:00
parent cabf08e6de
commit 600a1767f6
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ static int match_bracket(const char *p, int k, int kfold)
if (l < 0) return 0;
p += l-1;
}
if (wc==k || wc==kfold) return !inv;
if (wc==(wchar_t)k || wc==(wchar_t)kfold) return !inv;
}
return inv;
}