Merge branch '2944_cleanup'
commit0398c1370ebe5701af73cbf7824273a184e0baad
authorAndrew Borodin <aborodin@vmail.ru>
Thu, 17 Jan 2013 13:09:48 +0000 (17 17:09 +0400)
committerAndrew Borodin <aborodin@vmail.ru>
Thu, 17 Jan 2013 13:09:48 +0000 (17 17:09 +0400)
tree93c38695e2c5a63d009ccce6b207a803a0ea16fb
parent64542733b6ffae4eaa729e72ba995d384b232cc2
parentee8aaf6181111ad47761104c058a89d5aa6c2450
Merge branch '2944_cleanup'

# By Andrew Borodin (10) and Slava Zanko (1)
# Via Slava Zanko
* 2944_cleanup:
  Avoid compiler errors like:  error: variable 'xxx' set but not used [-Werror=unused-but-set-variable]
  Clarify check of C compiler flags.
  Enable -Wunused-but-set-variable flag by default.
  Clarify usage of use_internal_edit variable
  Merge src/filemanager/option.[ch] to src/filemanager/boxes.[ch].
  Remove irrelevant comments about file_date() function.
  Avoid C++-style comments.
  (mc_global_t::shell): new member to store user's shell
  (subshell_prompt): changed to GString.
  (read_subshell_prompt): return gboolean instead of int.
  Ticket #2944: code cleanup before 4.8.8 release.