cleanup: explicitly mark unused parameters (-Wunused-parameter)
[lttng-ust.git] / tests / compile / hello / hello.c
index 9ef33099b54aae31950f69fa4c1acc1c96c2b601..87f2637b487ba39d60038e7a5484d981814f5339 100644 (file)
@@ -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);
This page took 0.023799 seconds and 4 git commands to generate.