svn commit: r273734 - head/bin/dd

Konstantin Belousov kostikbel at gmail.com
Mon Oct 27 16:08:07 UTC 2014


On Mon, Oct 27, 2014 at 04:54:27PM +0100, Kurt Jaeger wrote:
> > On Mon, Oct 27, 2014 at 11:38:17AM +0000, Kurt Jaeger wrote:
> > > Author: pi (ports committer)
> > > Date: Mon Oct 27 11:38:17 2014
> > > New Revision: 273734
> > > URL: https://svnweb.freebsd.org/changeset/base/273734
> > > 
> > > Log:
> > >   bin/dd: Fix incorrect casting of arguments
> > This causes non-trivial amount of errors like
> > 
> > cc1: warnings being treated as errors
> > /scratch/tmp/kib/src/bin/dd/args.c: In function 'f_bs':
> > /scratch/tmp/kib/src/bin/dd/args.c:192: warning: format '%jd' expects type 'intm
> > ax_t', but argument 3 has type 'int'
> > 
> > (this is on arm).
> 
> Thanks for the pointer. I'll take it up with the submitter. I do not
> have a working arm setup right now.

I do not have arm setup either.  Errors for arm and mips (at least) are
reported by make tinderbox.


More information about the svn-src-all mailing list