Date: 09 Nov 2001 19:03:18 +0100 From: Dag-Erling Smorgrav <des@ofug.org> To: Bruce Evans <bde@zeta.org.au> Cc: 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: <xzp4ro3rfdl.fsf@flood.ping.uio.no> In-Reply-To: <20011110012835.G10614-100000@delplex.bde.org> References: <20011110012835.G10614-100000@delplex.bde.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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. > misc.c:65: warning: ANSI C does not support the `q' length modifier > misc.c:65: warning: ANSI C does not support the `q' length modifier Use %lld instead of %qd. DES -- Dag-Erling Smorgrav - des@ofug.org 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?xzp4ro3rfdl.fsf>