From owner-cvs-all Wed Jun 13 17:50:44 2001 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 99CE737B401; Wed, 13 Jun 2001 17:50:39 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id KAA12615; Thu, 14 Jun 2001 10:50:28 +1000 Date: Thu, 14 Jun 2001 10:48:15 +1000 (EST) From: Bruce Evans X-Sender: bde@besplex.bde.org To: Sheldon Hearn Cc: Jens Schweikhardt , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdio printf.3 In-Reply-To: <86162.992465808@axl.seasidesoftware.co.za> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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