Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 May 2005 17:51:51 +0200
From:      Joerg Sonnenberger <joerg@britannica.bec.de>
To:        cvs-src@freebsd.org
Subject:   Re: cvs commit: src/usr.bin/make arch.c
Message-ID:  <20050524155151.GA12596@britannica.bec.de>
In-Reply-To: <200505241545.j4OFjBo8067439@repoman.freebsd.org>
References:  <200505241545.j4OFjBo8067439@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, May 24, 2005 at 03:45:11PM +0000, Hartmut Brandt wrote:
> harti       2005-05-24 15:45:11 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
>     usr.bin/make         arch.c 
>   Log:
>   Fix a 64-bit warning by casting an int64_t to intmax_t and printing it
>   with %jd.

Why not use PRId64 instead of casting?

Joerg



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050524155151.GA12596>