Prepare for '-Wunused-parameter'
[lttng-tools.git] / tests / unit / test_log_level_rule.cpp
index d2895c811bc5331e23d00bcea68805fe7d82827c..8948006654392073152e37179abe70285d31272a 100644 (file)
@@ -178,7 +178,7 @@ static void test_log_level_rule_at_least_as_severe_as(void)
        lttng_log_level_rule_destroy(at_least_as_severe_as);
 }
 
-int main(int argc, const char *argv[])
+int main(void)
 {
        plan_tests(NUM_TESTS);
        test_log_level_rule_exactly();
This page took 0.023119 seconds and 4 git commands to generate.