Merge branch '4524_cleanup'master
commit4139bb82a73d49ddae6daf91419aef0b439d8db2
authorAndrew Borodin <aborodin@vmail.ru>
Sun, 2 Jun 2024 09:52:28 +0000 (2 12:52 +0300)
committerAndrew Borodin <aborodin@vmail.ru>
Sun, 2 Jun 2024 09:52:28 +0000 (2 12:52 +0300)
treeddd0e9b70e4d8f3bfcf3b0dff861880e0143a155
parent942869713448691f377b91f26cf9ebdac9e2e4c9
parent4509e1026b3f87d30c7a854e3582ba904db7d0cd
Merge branch '4524_cleanup'

* 4524_cleanup: (41 commits)
  Update po/*.po files.
  Remove src/editor/.gitignore.
  Indentation using GNU indent-2.2.13.
  clang: fix `-Wconstant-conversion` warning
  clang: fix `-Wpointer-sign` warning
  buildsys: prefer gnu indent (gindent) to bsd indent if available
  buildsys: update ax_gcc_func_attribute to fix fallthrough detection
  clang: fix `-Wimplicit-fallthrough` warning
  clang: fix `-Wconditional-uninitialized` warnings
  buildsys: fix build on macOS with libssh2 present via homebrew
  m4: add Werror when checking for compiler flags
  (path_trunc): optimization.
  (vfs_path_build_url_params_str): minor refactoring.
  (vfs_path_from_str_uri_parser): fix coding style.
  (mc_search__glob_translate_to_regex): reduce variable scope, refactor.
  src/filemanager/find.c: remove unneeded intialization of local variables.
  (do_find): minor refactoring.
  src/filemanager/find.c: ret rid of string duplication.
  (search_content): reduce variable scope.
  (do_find): fix coding style.
  ...