Prepare for '-Wunused-parameter'
[lttng-tools.git] / tests / regression / ust / baddr-statedump / prog.c
index 071a6c5719c38d141e560e1628722c79c33a0c02..7b82c1bdb8fea0473c578af9369ae011350e2014 100644 (file)
@@ -10,7 +10,7 @@
 #define TRACEPOINT_DEFINE
 #include "tp.h"
 
-int main(int argc, char **argv)
+int main(void)
 {
        sleep(1);
        return 0;
This page took 0.023508 seconds and 4 git commands to generate.