From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Warnings in vc-git.el Date: Fri, 23 Feb 2018 09:41:58 +0200 Message-ID: <831shc5f09.fsf@gnu.org> References: <83a7w05h7v.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1519371619 24342 195.159.176.226 (23 Feb 2018 07:40:19 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 23 Feb 2018 07:40:19 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 23 08:40:15 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ep7xn-0005pw-LG for ged-emacs-devel@m.gmane.org; Fri, 23 Feb 2018 08:40:15 +0100 Original-Received: from localhost ([::1]:42825 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ep7zo-0006SE-2t for ged-emacs-devel@m.gmane.org; Fri, 23 Feb 2018 02:42:20 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58421) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ep7zE-0006Rv-6X for emacs-devel@gnu.org; Fri, 23 Feb 2018 02:41:45 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ep7zB-0003X0-47 for emacs-devel@gnu.org; Fri, 23 Feb 2018 02:41:44 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:54325) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ep7zB-0003Wh-0Q for emacs-devel@gnu.org; Fri, 23 Feb 2018 02:41:41 -0500 Original-Received: from [176.228.60.248] (port=3152 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1ep7zA-0005Ef-EE for emacs-devel@gnu.org; Fri, 23 Feb 2018 02:41:40 -0500 In-reply-to: <83a7w05h7v.fsf@gnu.org> (message from Eli Zaretskii on Fri, 23 Feb 2018 08:54:12 +0200) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:222997 Archived-At: > Date: Fri, 23 Feb 2018 08:54:12 +0200 > From: Eli Zaretskii > > In vc-git--pushpull: > vc/vc-git.el:900:21:Warning: assignment to free variable > `compilation-directory' > vc/vc-git.el:906:36:Warning: assignment to free variable > `compilation-arguments' > vc/vc-git.el:1415:1:Warning: Unused lexical variable `compilation-environment' > > In vc-git-grep: > vc/vc-git.el:1466:55:Warning: reference to free variable > `compilation-environment' Sorry, I forgot to mention that this is on the master branch.