Prepare for '-Wunused-parameter'
[lttng-tools.git] / tests / unit / test_kernel_probe.cpp
index 0f6f89ec950cb7a0c94c3fac91e670b2b51c3d76..91211eb4e8190e0c39549f2d41ad1070d2aa8a13 100644 (file)
@@ -159,7 +159,7 @@ static void test_kernel_probe_location_symbol(void)
        lttng_kernel_probe_location_destroy(location_from_buffer);
 }
 
-int main(int argc, const char *argv[])
+int main(void)
 {
        plan_tests(NUM_TESTS);
        test_kernel_probe_location_address();
This page took 0.022752 seconds and 4 git commands to generate.