X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=tests%2Fcompile%2Fhello%2Fhello.c;h=87f2637b487ba39d60038e7a5484d981814f5339;hb=2208d8b5689264e35ed0a660d8c3c82021cc0367;hp=9ef33099b54aae31950f69fa4c1acc1c96c2b601;hpb=c53279a3e7796da67c5ad8d5e5657bf03def2dcb;p=lttng-ust.git diff --git a/tests/compile/hello/hello.c b/tests/compile/hello/hello.c index 9ef33099..87f2637b 100644 --- a/tests/compile/hello/hello.c +++ b/tests/compile/hello/hello.c @@ -27,7 +27,7 @@ struct mmsghdr; #include "ust_tests_hello.h" static -void inthandler(int sig) +void inthandler(int sig __attribute__((unused))) { printf("in SIGUSR1 handler\n"); tracepoint(ust_tests_hello, tptest_sighandler);