Merge pull request #255 from rkta/fix_GH_action

Don't error out on deprecated declaration warnings
This commit is contained in:
Tatsuya Kinoshita
2023-01-04 19:17:29 +09:00
committed by GitHub
4 changed files with 6 additions and 3 deletions

1
rc.c
View File

@@ -1247,7 +1247,6 @@ static int
do_recursive_mkdir(const char *dir)
{
char *ch, *dircpy, tmp;
size_t n;
struct stat st;
if (*dir == '\0')