Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Nov 2001 13:46:10 -0500
From:      Mike Barcroft <mike@FreeBSD.org>
To:        Dag-Erling Smorgrav <des@ofug.org>
Cc:        Bruce Evans <bde@zeta.org.au>, Mike Heffner <mheffner@vt.edu>, cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, David Malone <dwmalone@maths.tcd.ie>
Subject:   Re: cvs commit: src/usr.bin/cmp Makefile
Message-ID:  <20011109134610.G40218@coffee.q9media.com>
In-Reply-To: <xzp4ro3rfdl.fsf@flood.ping.uio.no>; from des@ofug.org on Fri, Nov 09, 2001 at 07:03:18PM %2B0100
References:  <20011110012835.G10614-100000@delplex.bde.org> <xzp4ro3rfdl.fsf@flood.ping.uio.no>

next in thread | previous in thread | raw e-mail | index | archive | help
Dag-Erling Smorgrav <des@ofug.org> writes:
> Bruce Evans <bde@zeta.org.au> writes:
> > misc.c: In function `diffmsg':
> > misc.c:65: warning: ANSI C does not support `long long'
> > misc.c:65: warning: ANSI C does not support `long long'
> 
> This is a compiler bug.

Not really.  -pedantic is intended to reject non-ANSI-C89 extensions.
`long long' is such an extention.  Hopefully GCC 3 won't generate
these types of warnings since `long long' is defined in ANSI-C99.

Best regards,
Mike Barcroft

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?20011109134610.G40218>