chiark / gitweb /
readahead: avoid gcc warning about format
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 22 Jun 2014 17:21:47 +0000 (13:21 -0400)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 22 Jun 2014 19:30:19 +0000 (15:30 -0400)
commitbfff8f072d4ddbf0410aae80c62cd6ee5ebc0701
treea966eff27e6eeefc3fefe9bbdcb3517a68f17bb8
parent68328ed63ce3a938679caf41db64e068234a0ca8
readahead: avoid gcc warning about format

src/readahead/readahead-common.c:55:17: warning: format ‘%zu’ expects argument of type ‘size_t’, but argument 7 has type ‘__off64_t’ [-Wformat=]
                 log_debug("Not preloading file %s with size out of bounds %zu", fn, st->st_size);
                 ^
src/readahead/readahead-common.c