ui: Disable Guile deprecation warnings by default.
authorLudovic Courtès <ludo@gnu.org>
Tue, 16 May 2017 12:31:37 +0000 (14:31 +0200)
committerLudovic Courtès <ludo@gnu.org>
Tue, 16 May 2017 12:31:37 +0000 (14:31 +0200)
commitce92d269fea0a2bfac0ac20414f77127d2f07500
tree5a740f07d8457920ce49ee43e329a7abc7b6c61e
parent5a3429bcc52a47ca9c879b9ace092eecddeed300
ui: Disable Guile deprecation warnings by default.

* guix/ui.scm (initialize-guix): Call (debug-disable 'warn-deprecated)
when "GUILE_WARN_DEPRECATED" is not set.
guix/ui.scm