From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?iso-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: nsterm.m warnings Date: Wed, 4 Jan 2012 20:57:40 +0100 Message-ID: <327FD938-2CED-4F59-8836-065EA3B97AE7@swipnet.se> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1251.1) Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1325707073 15598 80.91.229.12 (4 Jan 2012 19:57:53 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 4 Jan 2012 19:57:53 +0000 (UTC) Cc: Emacs developers To: Carsten Mattner Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 04 20:57:48 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 1RiWy4-00063W-9O for ged-emacs-devel@m.gmane.org; Wed, 04 Jan 2012 20:57:48 +0100 Original-Received: from localhost ([::1]:59527 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RiWy3-00087a-Qp for ged-emacs-devel@m.gmane.org; Wed, 04 Jan 2012 14:57:47 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:35448) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RiWy0-000877-Ve for emacs-devel@gnu.org; Wed, 04 Jan 2012 14:57:45 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RiWxz-0007pp-89 for emacs-devel@gnu.org; Wed, 04 Jan 2012 14:57:44 -0500 Original-Received: from mailout.melmac.se ([62.20.26.67]:46896) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RiWxz-0007oq-2J for emacs-devel@gnu.org; Wed, 04 Jan 2012 14:57:43 -0500 Original-Received: from mail01.melmac.se (mail01.melmac.se [62.20.26.80]) by mailout.melmac.se (Postfix) with ESMTP id F1E8397DB for ; Wed, 4 Jan 2012 20:57:37 +0100 (CET) Original-Received: (qmail 21144 invoked by uid 89); 4 Jan 2012 19:56:35 -0000 Original-Received: from h-46-59-42-18.na.cust.bahnhof.se (HELO coolsville.localdomain) (boel.djarv@bdtv.se@46.59.42.18) by mail01.melmac.se with ESMTPA; 4 Jan 2012 19:56:35 -0000 Original-Received: from [172.20.199.13] (zeplin [172.20.199.13]) by coolsville.localdomain (Postfix) with ESMTPSA id 7D20D7FA058; Wed, 4 Jan 2012 20:57:37 +0100 (CET) In-Reply-To: X-Mailer: Apple Mail (2.1251.1) X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 62.20.26.67 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:147289 Archived-At: 4 jan 2012 kl. 18:53 skrev Carsten Mattner: > I think at least one of the following or ideally both should be fixed. >=20 > 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"? This is only one warning. It has no practical importance, and only occurs if you build a 32-bit = executable, which is rare on OSX. Jan D.