Prepare for '-Wunused-parameter'
[lttng-tools.git] / tests / unit / test_string_utils.cpp
index e20f88f7a8552432302194bd1e9646893b650ce9..9f1f450947aa542cc31e081a01fb33954733b57f 100644 (file)
@@ -172,7 +172,7 @@ static void test_normalize_star_glob_pattern(void)
        test_one_normalize_star_glob_pattern("**\\***", "*\\**");
 }
 
-int main(int argc, char **argv)
+int main(void)
 {
        plan_tests(NUM_TESTS);
        diag("String utils unit tests");
This page took 0.022779 seconds and 4 git commands to generate.