Merge branch '3693_cleanup'
commit24a16003a8c01faaeb4e907e674c7bddb36e1424
authorAndrew Borodin <aborodin@vmail.ru>
Mon, 21 Nov 2016 10:22:56 +0000 (21 13:22 +0300)
committerAndrew Borodin <aborodin@vmail.ru>
Mon, 21 Nov 2016 10:22:56 +0000 (21 13:22 +0300)
treea69ce9d10c200597f1e51c3d15fe3acc08cdc85c
parentda538f0b9914bff1e30a9914fbee61f2721708a8
parent8bf8079139a04ee9871db097da5e014a53ee4a34
Merge branch '3693_cleanup'

* 3693_cleanup: (31 commits)
  Update po/*.po files.
  src/filemanager/mountlist.c: clarify comments.
  (mc_search_run): document the return value.
  NULL-ize some variables to make unit tests happy.
  Use g_assert() instead of assert(3).
  doc/NEWS: cosmetics.
  Ticket #3703: fix potential NULL dereference.
  Sync with gnulib 5159ac54e0c73df4432a681e2e267df4ffcc04e4.
  MSG_INIT is handled by default.
  Clarify startup.
  (panel_callback) [MSG_FOCUS]: don't redraw panel here.
  (setup_panels): fix location of right panel.
  Add -Wformat-signedness option.
  (my_systemv): cleanup unreachable-code warning.
  (vfs_die): cleanup no attribute noreturn warning.
  (my_exit): cleanup no attribute noreturn warning.
  (edit_move_block_to_left): reduce variable scope.
  (edit_move_block_to_left): cleanup -Wunsafe-loop-optimizations.
  lib/serialize.c: cleanup -Wformat-signedness warning.
  (vfs_path_deserialize): refactoring.
  ...