On Fri, Nov 02, 2012 at 12:24:15PM -0700, Paul Goyette wrote: > aprint_error_dev(self, > "data corrected with ECC at page offset 0x%jx " > - "block %" PRIu32 "\n", (uintmax_t)offset, b); > + "block %z\n", (uintmax_t)offset, b); > break; This is missing the format itself, e.g. u. Joerg