mc/lib/search
Andreas Mohr 9ef2cb4efd Cleanup cppcheck warnings.
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>
2024-12-15 14:06:21 +03:00
..
glob.c Indentation using GNU indent-2.2.13. 2024-06-02 12:49:13 +03:00
hex.c Indentation using GNU indent-2.2.13. 2024-06-02 12:49:13 +03:00
internal.h Ticket #4450: support PCRE2 in the search engine. 2023-03-25 10:07:41 +03:00
lib.c Indentation using GNU indent-2.2.13. 2024-06-02 12:49:13 +03:00
Makefile.am Ticket #4450: support PCRE2 in the search engine. 2023-03-25 10:07:41 +03:00
normal.c Indentation using GNU indent-2.2.13. 2024-06-02 12:49:13 +03:00
regex.c Cleanup cppcheck warnings. 2024-12-15 14:06:21 +03:00
search.c Indentation using GNU indent-2.2.13. 2024-06-02 12:49:13 +03:00