Prepare for '-Wunused-parameter'
[lttng-tools.git] / tests / regression / ust / high-throughput / main.c
index 092d8015fc20a3384766bc43b0a2686510cd24ab..055d8823e146edd63a2a55b886ec5eb1c71e281c 100644 (file)
@@ -22,7 +22,7 @@
 #include "tp.h"
 
 static
-void inthandler(int sig)
+void inthandler(int sig __attribute__((unused)))
 {
 }
 
This page took 0.025159 seconds and 4 git commands to generate.