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: New warnings on emacs-26 branch with gcc 8.2.0 Date: Sat, 11 Aug 2018 13:51:44 +0300 Message-ID: <83wosxkwfz.fsf@gnu.org> References: <86a7q0ai2z.fsf@gmail.com> <6d36dc4c-1e14-b6c8-e2f0-911d08f759e1@cs.ucla.edu> <83in4os01j.fsf@gnu.org> <16f2754a-b40e-4bc4-f95a-9bada460d5a4@cs.ucla.edu> <83bma9mh3z.fsf@gnu.org> <86eff52njj.fsf@gmail.com> NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1533984615 30806 195.159.176.226 (11 Aug 2018 10:50:15 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 11 Aug 2018 10:50:15 +0000 (UTC) Cc: emacs-devel@gnu.org To: Andy Moreton Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Aug 11 12:50:11 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 1foRTH-0007sC-Bn for ged-emacs-devel@m.gmane.org; Sat, 11 Aug 2018 12:50:11 +0200 Original-Received: from localhost ([::1]:59666 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1foRVM-00066W-82 for ged-emacs-devel@m.gmane.org; Sat, 11 Aug 2018 06:52:20 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41552) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1foRUn-00066F-BM for emacs-devel@gnu.org; Sat, 11 Aug 2018 06:51:46 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1foRUj-0006aF-GQ for emacs-devel@gnu.org; Sat, 11 Aug 2018 06:51:45 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:37115) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1foRUj-0006aB-CC; Sat, 11 Aug 2018 06:51:41 -0400 Original-Received: from [176.228.60.248] (port=4420 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1foRUi-0002p3-QU; Sat, 11 Aug 2018 06:51:41 -0400 In-reply-to: <86eff52njj.fsf@gmail.com> (message from Andy Moreton on Sat, 11 Aug 2018 11:41:20 +0100) 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:228404 Archived-At: > From: Andy Moreton > Date: Sat, 11 Aug 2018 11:41:20 +0100 > > > OK, I've now done so. Andrew, please see if this fixes the original > > problem with this warning. > > Yes, that ha removed that batch of warnings. Thanks for testing. > There are still other warnings: one from -Wformat-overflow and 78 from > -Wcast-function-type. Can you show the warnings from -Wcast-function-type?