cleanup: explicitly mark unused parameters (-Wunused-parameter)
[lttng-ust.git] / tests / compile / hello.cxx / hello.cpp
index bd40323ef37647140c29bf492932de321c260fd2..afbcf4694783aaa6f19567bd6854b383b80b2d92 100644 (file)
@@ -21,7 +21,7 @@
 #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.024143 seconds and 4 git commands to generate.