svn commit: r273734 - head/bin/dd

Konstantin Belousov kostikbel at gmail.com
Mon Oct 27 15:40:03 UTC 2014


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).


More information about the svn-src-all mailing list