From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Warnings building master Date: Wed, 14 Jul 2021 15:29:32 +0300 Message-ID: <83fswh84er.fsf@gnu.org> References: <86pmvlrdf7.fsf@gmail.com> <87czrl6yyc.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="3370"; mail-complaints-to="usenet@ciao.gmane.io" Cc: andrewjmoreton@gmail.com, emacs-devel@gnu.org To: =?utf-8?Q?K=C3=A9vin?= Le Gouguec Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Jul 14 14:34:31 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1m3e5u-0000c7-Tx for ged-emacs-devel@m.gmane-mx.org; Wed, 14 Jul 2021 14:34:30 +0200 Original-Received: from localhost ([::1]:41438 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1m3e5s-0001bI-VY for ged-emacs-devel@m.gmane-mx.org; Wed, 14 Jul 2021 08:34:29 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:43252) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1m3e19-0007zm-ID for emacs-devel@gnu.org; Wed, 14 Jul 2021 08:29:35 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:38012) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1m3e19-00048Y-As; Wed, 14 Jul 2021 08:29:35 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:4650 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1m3e18-0008AT-Ul; Wed, 14 Jul 2021 08:29:35 -0400 In-Reply-To: <87czrl6yyc.fsf@gmail.com> (message from =?utf-8?Q?K=C3=A9vin?= Le Gouguec on Wed, 14 Jul 2021 11:12:43 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:271211 Archived-At: > From: Kévin Le Gouguec > Cc: Andy Moreton , emacs-devel@gnu.org > Date: Wed, 14 Jul 2021 11:12:43 +0200 > > I've started seeing these warnings "recently-ish" too, on openSUSE > Tumbleweed (libtiff-devel 4.3.0). Following the include chain > (image.c > tiffio.h > tiff.h), I see this: > > > typedef TIFF_MSC_DEPRECATED uint32_t uint32 TIFF_GCC_DEPRECATED; > > This seems to have been added 5 months ago: > > https://gitlab.com/libtiff/libtiff/-/commit/ddb8756f10520396f09d9c86f740013a69b82e08 Thanks, I've now tried to fix these warnings on master.