Merge pull request #724 from littlefs-project/clang-lint

Fix self-assign warnings discovered by clang, remove some warning flags
This commit is contained in:
Christopher Haster
2022-11-10 10:31:42 -06:00
committed by GitHub
3 changed files with 22 additions and 7 deletions
-5
View File
@@ -865,11 +865,6 @@ static int lfs_dir_traverse(lfs_t *lfs,
};
sp += 1;
dir = dir;
off = off;
ptag = ptag;
attrs = attrs;
attrcount = attrcount;
tmask = 0;
ttag = 0;
begin = 0;