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: Compiler warnings in latest CVS Date: Sat, 26 Jan 2008 15:35:26 +0200 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1201354535 22402 80.91.229.12 (26 Jan 2008 13:35:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 26 Jan 2008 13:35:35 +0000 (UTC) Cc: emacs-devel@gnu.org To: Leo Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 26 14:35:54 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JIlCL-0001jo-27 for ged-emacs-devel@m.gmane.org; Sat, 26 Jan 2008 14:35:53 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JIlBu-0007XT-HM for ged-emacs-devel@m.gmane.org; Sat, 26 Jan 2008 08:35:26 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JIlBr-0007XE-1U for emacs-devel@gnu.org; Sat, 26 Jan 2008 08:35:23 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JIlBp-0007X2-Ln for emacs-devel@gnu.org; Sat, 26 Jan 2008 08:35:22 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JIlBp-0007Wz-I7 for emacs-devel@gnu.org; Sat, 26 Jan 2008 08:35:21 -0500 Original-Received: from heller.inter.net.il ([213.8.233.23]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JIlBp-0003yB-BF for emacs-devel@gnu.org; Sat, 26 Jan 2008 08:35:21 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-83-130-218-76.inter.net.il [83.130.218.76]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id ETT40290 (AUTH halo1); Sat, 26 Jan 2008 15:35:18 +0200 (IST) In-reply-to: (message from Leo on Mon, 07 Jan 2008 20:21:37 +0000) X-detected-kernel: by monty-python.gnu.org: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) 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:87569 Archived-At: > From: Leo > Date: Mon, 07 Jan 2008 20:21:37 +0000 > > I am seeing tons of warning messages similar to the following when > compiling Emacs in Fedora 8. > > ,---- > | coding.c:3475: warning: pointer targets in passing argument 1 of 'safe_bcopy' differ in signedness > `---- Does it help to cast the arguments of 'safe_bcopy' to (char *) ? > the warnings of .c files have increased considerably. Please report all the warnings, and thanks.