Skip site navigation (1)Skip section navigation (2)
Date:      06 Nov 2001 10:40:01 +0100
From:      Dag-Erling Smorgrav <des@ofug.org>
To:        David Malone <dwmalone@maths.tcd.ie>
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/usr.bin/cmp Makefile
Message-ID:  <xzpk7x4b5la.fsf@flood.ping.uio.no>
In-Reply-To: <200111060932.aa61827@salmon.maths.tcd.ie>
References:  <200111060932.aa61827@salmon.maths.tcd.ie>

next in thread | previous in thread | raw e-mail | index | archive | help
David Malone <dwmalone@maths.tcd.ie> writes:
> > +WARNS?=        2
> Unfortunately cmp uses printf to output offsets into a file
> and gcc doesn't like the use of %q. Do we have a way around
> this? (Other than that cmp is ready for WARNS?=2.)

I don't understand - I have no trouble at all building cmp(1) at WARNS
level 2.  And if %qd bothers you, use PRIuMAX and a cast to uintmax_t.

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?xzpk7x4b5la.fsf>