Prepare for '-Wunused-parameter'
[lttng-tools.git] / tests / unit / test_condition.cpp
index 1ed14fa6c3f502a02ba5e960cdbdbbc187ef0d8f..6271901096c7e242bcc47af8621dab8eb5fe3a7d 100644 (file)
@@ -109,7 +109,7 @@ void test_condition_event_rule(void)
        lttng_log_level_rule_destroy(log_level_rule_at_least_as_severe);
 }
 
-int main(int argc, const char *argv[])
+int main(void)
 {
        plan_tests(NUM_TESTS);
        test_condition_event_rule();
This page took 0.02234 seconds and 4 git commands to generate.