From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: differ in signdness warnings. Date: Fri, 02 Dec 2005 20:40:36 +0200 Message-ID: References: <4390624C.6090600@swipnet.se> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1133549041 317 80.91.229.2 (2 Dec 2005 18:44:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 2 Dec 2005 18:44:01 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 02 19:43:59 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EiFq5-0008EE-5d for ged-emacs-devel@m.gmane.org; Fri, 02 Dec 2005 19:40:57 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EiFq4-0001sj-0i for ged-emacs-devel@m.gmane.org; Fri, 02 Dec 2005 13:40:56 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EiFpr-0001sC-0n for emacs-devel@gnu.org; Fri, 02 Dec 2005 13:40:43 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EiFpo-0001rq-Gj for emacs-devel@gnu.org; Fri, 02 Dec 2005 13:40:42 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EiFpo-0001rn-Cr for emacs-devel@gnu.org; Fri, 02 Dec 2005 13:40:40 -0500 Original-Received: from [192.114.186.20] (helo=nitzan.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EiFpo-00008M-M5 for emacs-devel@gnu.org; Fri, 02 Dec 2005 13:40:41 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-84-158.inter.net.il [80.230.84.158]) by nitzan.inter.net.il (MOS 3.7.2-GA) with ESMTP id CCD23735 (AUTH halo1); Fri, 2 Dec 2005 20:40:34 +0200 (IST) Original-To: "Jan D." In-reply-to: <4390624C.6090600@swipnet.se> (jan.h.d@swipnet.se) 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: news.gmane.org gmane.emacs.devel:46898 Archived-At: > Date: Fri, 02 Dec 2005 16:03:40 +0100 > From: "Jan D." > > With gcc >= 4.0 I get a lot of these when compiling Emacs: > > coding.c:3471: varning: pointer targets in passing argument 1 of > "safe_bcopy" differ in signedness > > coding.c:3471: varning: pointer targets in passing argument 2 of > "safe_bcopy" differ in signedness > > frame.c:2107: varning: pointer targets in passing argument 1 of > "strncmp" differ in signedness > > and so on. > > Is there anything said about what to do about these? How about if we complain loudly to the GCC maintainers about these silly warnings, and ask them to modify GCC so that it issues them only under -Wall?