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: =?utf-8?Q?=E2=80=98surrogates=5Fto=5Fcodepoint=E2=80=99?= warnings Date: Mon, 15 Jan 2018 14:16:40 +0200 Message-ID: <838tczz593.fsf@gnu.org> References: <5A5C76EF.1020002@gmx.at> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: blaine.gmane.org 1516018578 17229 195.159.176.226 (15 Jan 2018 12:16:18 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 15 Jan 2018 12:16:18 +0000 (UTC) Cc: emacs-devel@gnu.org To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 15 13:16:14 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 1eb3gQ-00046g-AY for ged-emacs-devel@m.gmane.org; Mon, 15 Jan 2018 13:16:10 +0100 Original-Received: from localhost ([::1]:59594 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eb3iP-0000q8-P2 for ged-emacs-devel@m.gmane.org; Mon, 15 Jan 2018 07:18:13 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57085) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eb3hB-0000oD-NC for emacs-devel@gnu.org; Mon, 15 Jan 2018 07:16:58 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eb3h7-0001Pj-NH for emacs-devel@gnu.org; Mon, 15 Jan 2018 07:16:57 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:46511) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eb3h7-0001Pb-Iy; Mon, 15 Jan 2018 07:16:53 -0500 Original-Received: from [176.228.60.248] (port=3760 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1eb3h6-00058M-Ud; Mon, 15 Jan 2018 07:16:53 -0500 In-reply-to: <5A5C76EF.1020002@gmx.at> (message from martin rudalics on Mon, 15 Jan 2018 10:39:59 +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:221971 Archived-At: > Date: Mon, 15 Jan 2018 10:39:59 +0100 > From: martin rudalics > > Building master currently gets me lots of > > ../../src/coding.h:680:1: warning: no previous prototype for ‘surrogates_to_codepoint’ [-Wmissing-prototypes] > > Ignore them? No, never. Should be fixed now. Thanks.