X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2Fregression%2Fust%2Fhigh-throughput%2Fmain.c;h=055d8823e146edd63a2a55b886ec5eb1c71e281c;hb=f46376a14da2eb796690cb4e718e8b213839d6ea;hp=b59c9241f3bdc3e9b6dacda2eb364223ef97d169;hpb=9d16b343fb9e781fc8d8fa3c448a3f382306dd33;p=lttng-tools.git diff --git a/tests/regression/ust/high-throughput/main.c b/tests/regression/ust/high-throughput/main.c index b59c9241f..055d8823e 100644 --- a/tests/regression/ust/high-throughput/main.c +++ b/tests/regression/ust/high-throughput/main.c @@ -21,10 +21,12 @@ #define TRACEPOINT_DEFINE #include "tp.h" -void inthandler(int sig) +static +void inthandler(int sig __attribute__((unused))) { } +static int init_int_handler(void) { int result;