Prepare for '-Wunused-parameter'
[lttng-tools.git] / tests / unit / test_event_rule.cpp
index 0fc9ec7702a44724339e5a530d19af5f71de52ae..b8adee76906b1256b77a7a9d29c812e83c110689 100644 (file)
@@ -811,7 +811,7 @@ static void test_event_rule_log_level_python(void)
                        NULL, 0);
 }
 
-int main(int argc, const char *argv[])
+int main(void)
 {
        plan_tests(NUM_TESTS);
        test_event_rule_kernel_tracepoint();
This page took 0.022214 seconds and 4 git commands to generate.