svn commit: r235797 - head/contrib/gcc

Dimitry Andric dim at FreeBSD.org
Wed May 23 06:41:55 UTC 2012


On 2012-05-22 23:07, mdf at FreeBSD.org wrote:
...
> We run with the following at Isilon, which is somewhat bogus because
> it allows a bit of sloppiness in types, but is also terribly
> convenient since it means no casting on printf arguments is needed:

Please don't.  If you want to write portable code, use the (admittedly
horrible) PRId64 macros instead.


More information about the svn-src-head mailing list