From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Carsten Mattner Newsgroups: gmane.emacs.devel Subject: Re: nsterm.m warnings Date: Thu, 5 Jan 2012 00:49:03 +0100 Message-ID: References: <327FD938-2CED-4F59-8836-065EA3B97AE7@swipnet.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1325720955 18283 80.91.229.12 (4 Jan 2012 23:49:15 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 4 Jan 2012 23:49:15 +0000 (UTC) Cc: Emacs developers To: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 05 00:49:09 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RiaZx-00081A-Nd for ged-emacs-devel@m.gmane.org; Thu, 05 Jan 2012 00:49:09 +0100 Original-Received: from localhost ([::1]:37590 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RiaZw-0005cb-WD for ged-emacs-devel@m.gmane.org; Wed, 04 Jan 2012 18:49:08 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:56095) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RiaZt-0005bM-MX for emacs-devel@gnu.org; Wed, 04 Jan 2012 18:49:06 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RiaZs-0007r7-G7 for emacs-devel@gnu.org; Wed, 04 Jan 2012 18:49:05 -0500 Original-Received: from mail-iy0-f169.google.com ([209.85.210.169]:42602) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RiaZs-0007pn-5q for emacs-devel@gnu.org; Wed, 04 Jan 2012 18:49:04 -0500 Original-Received: by iacb35 with SMTP id b35so36780776iac.0 for ; Wed, 04 Jan 2012 15:49:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=EZktPS/nbPbOZPVaGP9u5I8UXgB/P52mxtwIN31t9Gw=; b=MZn3Rl1Q1VYooNrcGs0MsGW6/8jEEi5vtD03nHPFY7CgM71DVuBDpZrYbynr1DFfpL K3RbL30sy95jVvYNVZAgQjXJ3FJtCuQLJGOLNrlfBjX9hzFTO2u1yaV1/E5Hzy/17kce bxcA43qQvjlcS2M+XggrA/Wrd2UfvtBkbSRd0= Original-Received: by 10.50.163.101 with SMTP id yh5mr7101501igb.29.1325720943616; Wed, 04 Jan 2012 15:49:03 -0800 (PST) Original-Received: by 10.50.106.132 with HTTP; Wed, 4 Jan 2012 15:49:03 -0800 (PST) In-Reply-To: <327FD938-2CED-4F59-8836-065EA3B97AE7@swipnet.se> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.210.169 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:147304 Archived-At: On Wed, Jan 4, 2012 at 8:57 PM, Jan Dj=E4rv wrote: > > 4 jan 2012 kl. 18:53 skrev Carsten Mattner: > >> I think at least one of the following or ideally both should be fixed. >> >> nsterm.m: In function =91-[EmacsView conversationIdentifier]=92: >> nsterm.m:5053: warning: conflicting types for =91-(long >> int)conversationIdentifier=92 >> /System/Library/Frameworks/AppKit.framework/Headers/NSInputManager.h:25: >> warning: previous declaration of =91-(NSInteger)conversationIdentifier= =92 > > What do you mean by "both"? =A0This is only one warning. It's the same cause, but two warning messages. You could logically group them to one, yes. > It has no practical importance, and only occurs if you build a 32-bit > executable, which is rare on OSX. If it's safe to ignore in a 32-bit build, ok. Strictly speaking the code is incorrect, isn't it?