mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 04:22:34 +03:00
9ef2cb4efd
Make cppcheck happy. lib/search/regex.c:888:85: error: Uninitialized variable: *error [uninitvar] if (pcre2_jit_compile (mc_search_cond->regex_handle, PCRE2_JIT_COMPLETE) && *error != '\0') ^ src/vfs/sftpfs/dir.c:95:26: warning: Uninitialized variable: handle [uninitvar] sftpfs_dir->handle = handle; ^ Found by cppcheck-2.16.0 Signed-off-by: Andreas Mohr <and@gmx.li> Signed-off-by: Andrew Borodin <aborodin@vmail.ru> |
||
---|---|---|
.. | ||
glob.c | ||
hex.c | ||
internal.h | ||
lib.c | ||
Makefile.am | ||
normal.c | ||
regex.c | ||
search.c |