On Mon, 22 May 2017, Tommi Rantala wrote: > Signed-off-by: Tommi Rantala <tommi.t.rantala@xxxxxxxxx> > --- > src/cyclictest/rt_numa.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/cyclictest/rt_numa.h b/src/cyclictest/rt_numa.h > index ec29943..ee25045 100644 > --- a/src/cyclictest/rt_numa.h > +++ b/src/cyclictest/rt_numa.h > @@ -64,7 +64,7 @@ static void *rt_numa_numa_alloc_onnode(size_t size, int node, int cpu) > void *stack; > stack = numa_alloc_onnode(size, node); > if (stack == NULL) > - fatal("failed to allocate %d bytes on node %d for cpu %d\n", > + fatal("failed to allocate %zd bytes on node %d for cpu %d\n", > size, node, cpu); > return stack; > } > -- Signed-off-by: John Kacur <jkacur@xxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html