Prepare for '-Wunused-parameter'
[lttng-tools.git] / tests / unit / test_ust_data.cpp
index ee566f3957a38fd7bb4ac7a405339e332352aa04..04aa8c83eb994c7dc7c7fc29ddec466391047705 100644 (file)
@@ -263,7 +263,7 @@ static void test_create_ust_context(void)
        free(uctx);
 }
 
-int main(int argc, char **argv)
+int main(void)
 {
        plan_tests(NUM_TESTS);
 
This page took 0.022471 seconds and 4 git commands to generate.