From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19527 invoked from network); 27 Jul 1999 15:50:38 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 27 Jul 1999 15:50:38 -0000 Received: (qmail 29303 invoked by alias); 27 Jul 1999 15:50:30 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 7299 Received: (qmail 29296 invoked from network); 27 Jul 1999 15:50:29 -0000 Message-Id: <9907271519.AA39996@ibmth.df.unipi.it> To: zsh-workers@sunsite.auc.dk (Zsh hackers list) Subject: PATCH: 3.1.6-test-3: less pedantry Date: Tue, 27 Jul 1999 17:19:29 +0200 From: Peter Stephenson I finally flipped and got bored of gcc -pedantic warnings about `long long' and variable-sized arrays when compiling with debugging, which seem now to be more trouble than they're worth. -pedantic was never supposed to be useful anyway. Personally, I always stick in -O2 to the CFLAGS since it makes the resulting shell more usable and there are more active warnings, but I suppose I shouldn't inflict that on everybody. --- configure.in.noped Tue Jul 20 09:27:11 1999 +++ configure.in Tue Jul 27 17:09:40 1999 @@ -254,7 +254,7 @@ if test -n "$auto_cflags"; then if test "${enable_zsh_debug}" = yes; then if test -n "$GCC"; then - CFLAGS="$CFLAGS -Wall -Wno-implicit -Wmissing-prototypes -pedantic -ggdb" + CFLAGS="$CFLAGS -Wall -Wno-implicit -Wmissing-prototypes -ggdb" else CFLAGS="$CFLAGS -g" fi -- Peter Stephenson Tel: +39 050 844536 WWW: http://www.ifh.de/~pws/ Dipartimento di Fisica, Via Buonarroti 2, 56127 Pisa, Italy