From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] * image.c: Fix compiler warning due to missing const Date: Thu, 10 Sep 2015 18:38:20 +0300 Message-ID: <83a8su5loz.fsf@gnu.org> References: <1441856303-4171-1-git-send-email-mitch.special@gmail.com> <55F152C5.9050306@cs.ucla.edu> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1441899551 23849 80.91.229.3 (10 Sep 2015 15:39:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 10 Sep 2015 15:39:11 +0000 (UTC) Cc: mitch.special@gmail.com, emacs-devel@gnu.org To: Paul Eggert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 10 17:38:54 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Za3w6-0003rH-6K for ged-emacs-devel@m.gmane.org; Thu, 10 Sep 2015 17:38:54 +0200 Original-Received: from localhost ([::1]:49890 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Za3w5-0004fa-Aq for ged-emacs-devel@m.gmane.org; Thu, 10 Sep 2015 11:38:53 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51031) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Za3w1-0004fJ-4U for emacs-devel@gnu.org; Thu, 10 Sep 2015 11:38:50 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Za3vx-0006hA-Jy for emacs-devel@gnu.org; Thu, 10 Sep 2015 11:38:49 -0400 Original-Received: from mtaout26.012.net.il ([80.179.55.182]:46191) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Za3vx-0006gm-CJ for emacs-devel@gnu.org; Thu, 10 Sep 2015 11:38:45 -0400 Original-Received: from conversion-daemon.mtaout26.012.net.il by mtaout26.012.net.il (HyperSendmail v2007.08) id <0NUG00600WV7Y400@mtaout26.012.net.il> for emacs-devel@gnu.org; Thu, 10 Sep 2015 18:40:51 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([84.94.185.246]) by mtaout26.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NUG005RVWW2C410@mtaout26.012.net.il>; Thu, 10 Sep 2015 18:40:51 +0300 (IDT) In-reply-to: <55F152C5.9050306@cs.ucla.edu> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.179.55.182 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:189806 Archived-At: > From: Paul Eggert > Date: Thu, 10 Sep 2015 02:52:05 -0700 > > Thanks for the bug reports. I installed patches that should address the two > issues you raised, though not quite in the ways you suggested. GIFLIB before > 5.1 has problems with GifErrorString's signature; a simple workaround is to > avoid using GifErrorString in GIFLIB 5.0.x. Please see: > > http://git.savannah.gnu.org/cgit/emacs.git/commit/?id=6ee7eabb5dbdf39f2d7471c9e42fc90c315e6a9f > > http://git.savannah.gnu.org/cgit/emacs.git/commit/?id=f962c5d6472804f788cdd54631bcc46aab5f59ce Thanks, but I don't really know why we keep maintaining admin/git-workflow. The instructions should be in CONTRIBUTE (and in this case, it already mentions "git format-patch").