Prepare for '-Wunused-parameter'
[lttng-tools.git] / tests / unit / test_rate_policy.cpp
index acfe159039fdf79e748be3e53873b979fb27b071..d9ae4b7b6ba63fc94100c4bae3a3f9f126c8759a 100644 (file)
@@ -243,7 +243,7 @@ static void test_rate_policy_once_after_n(void)
        lttng_payload_reset(&payload);
 }
 
-int main(int argc, const char *argv[])
+int main(void)
 {
        plan_tests(NUM_TESTS);
        test_rate_policy_every_n();
This page took 0.025395 seconds and 4 git commands to generate.