mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-09 13:02:01 +03:00
04496c6fc1
../../../src/filemanager/file.c:2402:61: warning: variable 'attrs' may be uninitialized when used here [-Wconditional-uninitialized] while (attrs_ok && mc_fsetflags (dst_vpath, attrs) != 0 && !ctx->skip_all) ^~~~~ ../../../src/filemanager/file.c:2266:24: note: initialize the variable 'attrs' to silence this warning unsigned long attrs; ^ = 0 ../../../src/filemanager/file.c:3227:38: warning: variable 'attrs' may be uninitialized when used here [-Wconditional-uninitialized] mc_fsetflags (dst_vpath, attrs); ^~~~~ ../../../src/filemanager/file.c:2942:24: note: initialize the variable 'attrs' to silence this warning unsigned long attrs; ^ = 0 ../../../lib/strutil/tokenize.c:163:44: warning: variable 'delimopen' may be uninitialized when used here [-Wconditional-uninitialized] if (nestdelim != 0 && string[i] == delimopen) ^~~~~~~~~ ../../../lib/strutil/tokenize.c:72:19: note: initialize the variable 'delimopen' to silence this warning char delimopen; ^ = '\0' Signed-off-by: Andrew Borodin <aborodin@vmail.ru> |
||
---|---|---|
.. | ||
filevercmp.c | ||
Makefile.am | ||
replace.c | ||
strescape.c | ||
strutil8bit.c | ||
strutil.c | ||
strutilascii.c | ||
strutilutf8.c | ||
strverscmp.c | ||
tokenize.c | ||
xstrtol.c |