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: Warnings in vc-git.el Date: Fri, 23 Feb 2018 08:54:12 +0200 Message-ID: <83a7w05h7v.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1519368914 14525 195.159.176.226 (23 Feb 2018 06:55:14 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 23 Feb 2018 06:55:14 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 23 07:55:10 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 1ep7G9-0003BI-Qb for ged-emacs-devel@m.gmane.org; Fri, 23 Feb 2018 07:55:09 +0100 Original-Received: from localhost ([::1]:42725 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ep7IA-0005w3-2t for ged-emacs-devel@m.gmane.org; Fri, 23 Feb 2018 01:57:14 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58086) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ep7G4-0005mD-Iv for emacs-devel@gnu.org; Fri, 23 Feb 2018 01:56:29 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ep7Ex-0007UA-Mm for emacs-devel@gnu.org; Fri, 23 Feb 2018 01:55:04 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:53921) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ep7Ex-0007T6-Ch for emacs-devel@gnu.org; Fri, 23 Feb 2018 01:53:55 -0500 Original-Received: from [176.228.60.248] (port=3033 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1ep7Ew-0000N1-IU for emacs-devel@gnu.org; Fri, 23 Feb 2018 01:53:55 -0500 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:222996 Archived-At: Latest changes in vc-git.el cause byte-compiler warnings: ELC vc/vc-git.elc 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'