From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Karol Szkudlarek Newsgroups: gmane.emacs.devel Subject: Re: warnings on amd64 Date: Mon, 10 Jan 2005 15:26:57 +0100 Message-ID: <41E290B1.4070800@mikronika.com.pl> References: <41DC0348.1090803@mikronika.com.pl> <41DEC073.8020303@swipnet.se> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1105368749 2623 80.91.229.6 (10 Jan 2005 14:52:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 10 Jan 2005 14:52:29 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 10 15:52:23 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Co0u6-0000e6-00 for ; Mon, 10 Jan 2005 15:52:22 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Co15a-00057l-MG for ged-emacs-devel@m.gmane.org; Mon, 10 Jan 2005 10:04:14 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Co15Q-00057Q-63 for emacs-devel@gnu.org; Mon, 10 Jan 2005 10:04:04 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Co15P-000578-Oa for emacs-devel@gnu.org; Mon, 10 Jan 2005 10:04:03 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Co0vn-0001rj-GR for emacs-devel@gnu.org; Mon, 10 Jan 2005 09:54:07 -0500 Original-Received: from [213.17.224.83] (helo=ro.mikronika.com.pl) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1Co0Ve-000619-Eu for emacs-devel@gnu.org; Mon, 10 Jan 2005 09:27:06 -0500 Original-Received: from [192.168.0.56] (karol.mikronika.com.pl [192.168.0.56]) (authenticated bits=0) by ro.mikronika.com.pl (8.12.9/8.12.9/Debian-1) with ESMTP id j0AEQvk3001468; Mon, 10 Jan 2005 15:26:58 +0100 User-Agent: Mozilla Thunderbird 1.0 (X11/20041222) X-Accept-Language: en-us, en Original-To: "Jan D." In-Reply-To: <41DEC073.8020303@swipnet.se> X-Enigmail-Version: 0.89.5.0 X-Enigmail-Supports: pgp-inline, pgp-mime X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:32097 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:32097 Jan D. wrote: > Karol Szkudlarek wrote: > >> Hello! >> >> During emacs compilation on my 64-bit box from the latest trunk I got: >> >> (I did ./configure --prefix=$HOME/usr/emacs --with-gtk; make bootstrap) >> >> gtkutil.c: In function `xg_gtk_scroll_destroy': >> gtkutil.c:2853: warning: cast from pointer to integer of different size >> gtkutil.c: In function `xg_create_scroll_bar': >> gtkutil.c:2923: warning: cast to pointer from integer of different size >> gtkutil.c: In function `xg_tool_bar_callback': >> gtkutil.c:3115: warning: cast from pointer to integer of different size >> gtkutil.c: In function `xg_tool_bar_help_callback': >> gtkutil.c:3212: warning: cast from pointer to integer of different size >> gtkutil.c: In function `update_frame_tool_bar': >> gtkutil.c:3459: warning: cast to pointer from integer of different size >> gtkutil.c:3489: warning: cast to pointer from integer of different size >> gtkutil.c:3493: warning: cast to pointer from integer of different size >> >> xselect.c: In function `x_fill_property_data': >> xselect.c:2495: warning: cast from pointer to integer of different size >> >> Those warnings are potential errors. > > > > I think I fixed these now, but I don't have any amd64, so I can't be sure. > > Thanks, > > Jan D. > > > > _______________________________________________ > Emacs-devel mailing list > Emacs-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-devel Hi! Mentioned warnings don't appear on amd64 now. But I have another ones: fringe.c: In function `Fdefine_fringe_bitmap': fringe.c:1304: warning: assignment from incompatible pointer type fringe.c: In function `init_fringe': fringe.c:1475: warning: assignment from incompatible pointer type Karol