X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Fregression%2Fust%2Fhigh-throughput%2Fmain.c;fp=tests%2Fregression%2Fust%2Fhigh-throughput%2Fmain.c;h=055d8823e146edd63a2a55b886ec5eb1c71e281c;hp=092d8015fc20a3384766bc43b0a2686510cd24ab;hb=f46376a14da2eb796690cb4e718e8b213839d6ea;hpb=1970828049d051d5cb485dfab995081b4550fd2a diff --git a/tests/regression/ust/high-throughput/main.c b/tests/regression/ust/high-throughput/main.c index 092d8015f..055d8823e 100644 --- a/tests/regression/ust/high-throughput/main.c +++ b/tests/regression/ust/high-throughput/main.c @@ -22,7 +22,7 @@ #include "tp.h" static -void inthandler(int sig) +void inthandler(int sig __attribute__((unused))) { }