From dab6e7c2319c0aadb39eb9cce677e0a35da8314d Mon Sep 17 00:00:00 2001 From: Frank Terbeck Date: Wed, 30 Dec 2015 14:58:32 +0100 Subject: 37451: vcs_info: Declare "msgs" in early context The parameter *is* being declared with the redefinition of the function, but not in its initial form, which gets you a warning about the parameter being defined globally. This fixes it. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b46d7eda8..ef80f96fc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-12-30 Frank Terbeck + + * 37451: Functions/VCS_Info/vcs_info: vcs_info: Declare "msgs" in + early context + 2015-12-27 Axel Beckert * 37438: Completion/Debian/Command/_aptitude: Also parse --help/-h -- cgit 1.4.1