From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16168 invoked from network); 6 Feb 2005 19:55:37 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 6 Feb 2005 19:55:37 -0000 Received: (qmail 18492 invoked from network); 6 Feb 2005 19:55:31 -0000 Received: from unknown (HELO sunsite.dk) (130.225.247.90) by a.mx.sunsite.dk with SMTP; 6 Feb 2005 19:55:31 -0000 Received: (qmail 14159 invoked by alias); 6 Feb 2005 17:51:37 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 20792 Received: (qmail 14143 invoked from network); 6 Feb 2005 17:51:36 -0000 Received: from unknown (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 6 Feb 2005 17:51:36 -0000 Received: (qmail 80999 invoked from network); 6 Feb 2005 17:50:58 -0000 Received: from out003pub.verizon.net (HELO out003.verizon.net) (206.46.170.103) by a.mx.sunsite.dk with SMTP; 6 Feb 2005 17:50:54 -0000 Received: from candle.brasslantern.com ([4.11.10.129]) by out003.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20050206175052.NHAW7729.out003.verizon.net@candle.brasslantern.com> for ; Sun, 6 Feb 2005 11:50:52 -0600 Received: from candle.brasslantern.com (IDENT:schaefer@localhost [127.0.0.1]) by candle.brasslantern.com (8.12.11/8.12.11) with ESMTP id j16HolEU001014 for ; Sun, 6 Feb 2005 09:50:47 -0800 Received: (from schaefer@localhost) by candle.brasslantern.com (8.12.11/8.12.11/Submit) id j16HokYX001013 for zsh-workers@sunsite.dk; Sun, 6 Feb 2005 09:50:47 -0800 From: Bart Schaefer Message-Id: <1050206175046.ZM1012@candle.brasslantern.com> Date: Sun, 6 Feb 2005 17:50:45 +0000 X-Mailer: Z-Mail (5.0.0 30July97) To: zsh-workers@sunsite.dk Subject: Compile warnings with latest CVS MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Authentication-Info: Submitted using SMTP AUTH at out003.verizon.net from [4.11.10.129] at Sun, 6 Feb 2005 11:50:48 -0600 X-Spam-Checker-Version: SpamAssassin 3.0.2 on a.mx.sunsite.dk X-Spam-Level: X-Spam-Status: No, score=-2.6 required=6.0 tests=BAYES_00 autolearn=ham version=3.0.2 X-Spam-Hits: -2.6 ("zsh-4.0" happens to be the name of my CVS sandbox, but I'm compiling the latest 4.2.3-dev-1 [should that be renamed zsh-4.2.4-dev-1 now?].) ../../zsh-4.0/Src/init.c:1179: warning: `autoload_zlesetkeymap' defined but not used ../../zsh-4.0/Src/utils.c:3450: warning: no previous prototype for `ucs4toutf8' ../../zsh-4.0/Src/utils.c: In function `ucs4toutf8': ../../zsh-4.0/Src/utils.c:3472: warning: suggest parentheses around arithmetic in operand of | ../../zsh-4.0/Src/utils.c: In function `getkeystring': ../../zsh-4.0/Src/utils.c:3656: warning: passing arg 2 of `iconv' from incompatible pointer type In file included from ../../../zsh-4.0/Src/Modules/terminfo.c:53: /usr/include/curses.h:195: warning: `ERR' redefined /usr/include/sys/ucontext.h:74: warning: this is the location of the previous definition