Date: Sun, 24 Oct 2010 15:05:36 +0100 From: "Robert N. M. Watson" <rwatson@FreeBSD.org> To: Alexander Best <arundel@freebsd.org> Cc: "svn-src-head@freebsd.org" <svn-src-head@freebsd.org>, "svn-src-all@freebsd.org" <svn-src-all@freebsd.org>, "src-committers@freebsd.org" <src-committers@freebsd.org>, Robert Watson <rwatson@FreeBSD.org> Subject: Re: svn commit: r214261 - head/tools/tools/syscall_timing Message-ID: <D617262E-EA1F-4F90-8944-4F6D64A06EEC@FreeBSD.org> In-Reply-To: <20101024132017.GA77378@freebsd.org> References: <201010240914.o9O9ELh3022927@svn.freebsd.org> <20101024132017.GA77378@freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 24 Oct 2010, at 14:20, Alexander Best <arundel@freebsd.org> wrote: > On Sun Oct 24 10, Robert Watson wrote: >> Author: rwatson >> Date: Sun Oct 24 09:14:21 2010 >> New Revision: 214261 >> URL: http://svn.freebsd.org/changeset/base/214261 >>=20 >> Log: >> Add microbenchmark for create/unlink of a zero-byte file. >=20 > clang still complaining: >=20 > syscall_timing.c:766:24: warning: conversion specifies type 'int' but = the argument has type 'uintmax_t' (aka 'unsigned long') [-Wformat] > printf("%ju.%09ju\t%d\t", = (uintmax_t)ts_end.tv_sec, > ~^ > %lu > 1 warning generated. Hi Alexander: I also have detail feedback pending from Bruce on the uses of types in = this tool, which I hope to get to later this week! Since doing so is = sure to change the warnings, I'll revisit them then. In the mean time, = however, I'll keep updating to tool to finish up this chapter... :-) Thanks, Robert=20=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?D617262E-EA1F-4F90-8944-4F6D64A06EEC>