On Mon, 22 May 2017, Tommi Rantala wrote: > src/cyclictest/cyclictest.c: In function 'fifothread': > src/cyclictest/cyclictest.c:2119:31: warning: unused parameter 'param' [-Wunused-parameter] > static void *fifothread(void *param) > ^~~~~ > > Signed-off-by: Tommi Rantala <tommi.t.rantala@xxxxxxxxx> > --- > src/cyclictest/cyclictest.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/cyclictest/cyclictest.c b/src/cyclictest/cyclictest.c > index 517f061..b4dec98 100644 > --- a/src/cyclictest/cyclictest.c > +++ b/src/cyclictest/cyclictest.c > @@ -2115,7 +2115,7 @@ static void print_stat(FILE *fp, struct thread_param *par, int index, int verbos > * thread that creates a named fifo and hands out run stats when someone > * reads from the fifo. > */ > -static void *fifothread(void *param) > +static void *fifothread(void *param __attribute__((unused))) > { > int ret; > int fd; > -- 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