Prepare for '-Wunused-parameter'
[lttng-tools.git] / tests / utils / testapp / userspace-probe-elf-cxx-binary / userspace-probe-elf-cxx-binary.cpp
index ab0f241447b1cda1b7db0b0fe8194a39bb596462..2e169c8fc4fc466d04ee70f0eb479250639d3924 100644 (file)
@@ -15,7 +15,7 @@ void test_cxx_function()
        not_a_function += 1;
 }
 
-int main(int argc, char *argv[])
+int main(void)
 {
        test_class my_test_class;
        /* Call test function. */
This page took 0.02324 seconds and 4 git commands to generate.