X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2Fregression%2Fust%2Flow-throughput%2Fmain.c;h=b1c38bc949964740c5ed35e43cc4f5c97c6c68d3;hb=b1c46f877df8d424d82125f32e2dabd651280f3b;hp=06ab9ef825ae20c6c73c08ae7d9091aa0dfceabe;hpb=5d2e1e66a968d9e555f9b8b00d0589ebfaf3de32;p=lttng-tools.git diff --git a/tests/regression/ust/low-throughput/main.c b/tests/regression/ust/low-throughput/main.c index 06ab9ef82..b1c38bc94 100644 --- a/tests/regression/ust/low-throughput/main.c +++ b/tests/regression/ust/low-throughput/main.c @@ -34,7 +34,7 @@ static void *th_event_minute(void *data) /* Loop for 20 minutes */ for (i = 1; i < 21; i++) { /* Sleep 60 seconds */ - poll(NULL, 0, 60000); + (void) poll(NULL, 0, 60000); /* 20 minutes tracepoint */ if ((i % 20) == 0) {