From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20831 invoked from network); 14 Dec 2001 04:23:56 -0000 Received: from ns2.primenet.com.au (HELO primenet.com.au) (?DT4+hQF0qHfZNlen3C9KsjP7YksieqDA?@203.24.36.3) by ns1.primenet.com.au with SMTP; 14 Dec 2001 04:23:56 -0000 Received: (qmail 491 invoked from network); 14 Dec 2001 04:23:54 -0000 Received: from sunsite.dk (130.225.247.90) by proxy.melb.primenet.com.au with SMTP; 14 Dec 2001 04:23:54 -0000 Received: (qmail 27468 invoked by alias); 14 Dec 2001 04:23:48 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 16333 Received: (qmail 27457 invoked from network); 14 Dec 2001 04:23:47 -0000 Date: Thu, 13 Dec 2001 23:23:39 -0500 From: Clint Adams To: zsh-workers@sunsite.dk Subject: -Wno-implicit Message-ID: <20011214042339.GA7310@dman.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.24i I suggest that we remove -Wno-implicit from CFLAGS. It obscured the fact that term.h isn't being included in terminfo.c and thus the implicit declaration was causing a segfault on IA-64.