Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Jun 2001 10:48:15 +1000 (EST)
From:      Bruce Evans <bde@zeta.org.au>
To:        Sheldon Hearn <sheldonh@starjuice.net>
Cc:        Jens Schweikhardt <schweikh@schweikhardt.net>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/lib/libc/stdio printf.3 
Message-ID:  <Pine.BSF.4.21.0106141040580.71865-100000@besplex.bde.org>
In-Reply-To: <86162.992465808@axl.seasidesoftware.co.za>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 13 Jun 2001, Sheldon Hearn wrote:

> On Wed, 13 Jun 2001 22:34:09 +0200, Jens Schweikhardt wrote:
> 
> > # Now just to get gcc to accept it without bitching on -Wformat. :-)
> > 
> > It doesn't bitch here:
> 
> Sorry, I meant -pedantic.

-pedantic causes warnings about "long long", not about %ll.  These warnings
are correct.  "long long doesn't exist in ISO C (C90).  When gcc supports
C99, it should have separate -iso^Wansi and -pedantic flags for C90 and C99.
Of course, C99 features shouldn't be used until it becomes unnecessary to
support C90 compilers.  The "long long" misfeature should never be used.

Bruce


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0106141040580.71865-100000>