On 24 Oct 2010, at 14:20, Alexander Best <arun...@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 >> >> Log: >> Add microbenchmark for create/unlink of a zero-byte file. > > clang still complaining: > > 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 _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"