From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22434 invoked from network); 25 May 2004 19:58:05 -0000 Received: from thor.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.86) by ns1.primenet.com.au with SMTP; 25 May 2004 19:58:05 -0000 Received: (qmail 29886 invoked from network); 25 May 2004 19:57:49 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 25 May 2004 19:57:49 -0000 Received: (qmail 3992 invoked by alias); 25 May 2004 19:57:46 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 19979 Received: (qmail 3982 invoked from network); 25 May 2004 19:57:46 -0000 Received: from thor.dotsrc.org (HELO a.mx.sunsite.dk) (qmailr@130.225.247.86) by sunsite.dk with SMTP; 25 May 2004 19:57:43 -0000 Received: (qmail 29748 invoked from network); 25 May 2004 19:57:42 -0000 Received: from acolyte.scowler.net (216.254.112.45) by a.mx.sunsite.dk with SMTP; 25 May 2004 19:57:41 -0000 Received: from localhost (localhost [127.0.0.1]) by acolyte.scowler.net (Postfix) with ESMTP id 8FB7A7004C; Tue, 25 May 2004 15:57:13 -0400 (EDT) Received: from acolyte.scowler.net ([127.0.0.1]) by localhost (acolyte [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 21091-03-15; Tue, 25 May 2004 15:57:13 -0400 (EDT) Received: by acolyte.scowler.net (Postfix, from userid 1000) id 3EE4A7004A; Tue, 25 May 2004 15:57:13 -0400 (EDT) Date: Tue, 25 May 2004 15:57:13 -0400 From: Clint Adams To: Wayne Davison Cc: zsh-workers@sunsite.dk Subject: Re: Enabling more warnings? Message-ID: <20040525195713.GA21198@scowler.net> References: <20040525192254.GF7832@blorf.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040525192254.GF7832@blorf.net> User-Agent: Mutt/1.5.5.1+cvs20040105i X-Virus-Scanned: by amavisd-new-20030616-p7 (Debian) at scowler.net X-Spam-Checker-Version: SpamAssassin 2.63 on a.mx.sunsite.dk X-Spam-Level: X-Spam-Status: No, hits=-4.9 required=6.0 tests=BAYES_00 autolearn=no version=2.63 X-Spam-Hits: -4.9 > Thoughts? The -W option turns up other warnings to fix as well, so I'm > also curious how people react to turning on -W by default. Personally, I find build systems that override my CFLAGS to be pretty annoying. As far as the warning hunt goes, I'll change the Debian builds from "-Wall -O2" to "-Wall -W -O2". Once I remember to do that, the build logs will be accessible from http://buildd.debian.org/build.php?arch=&pkg=zsh and http://buildd.debian.org/build.php?arch=&pkg=zsh-beta That won't catch most compat functions or ZSH_MEM stuff though.