Prepare for '-Wunused-parameter'
[lttng-tools.git] / tests / utils / testapp / userspace-probe-elf-binary / userspace-probe-elf-binary.c
index e6e041da998519ecadd7afc7ee4e4d9a31878caa..d530be2691b8cbacbae6db4ca57be36145376293 100644 (file)
@@ -14,7 +14,7 @@ void __attribute__ ((noinline)) test_function(void)
        not_a_function += 1;
 }
 
-int main(int argc, char *argv[])
+int main(void)
 {
        test_function();
        dynamic_symbol(42);
This page took 0.02993 seconds and 4 git commands to generate.