Prepare for '-Wunused-parameter'
[lttng-tools.git] / tests / unit / test_utils_expand_path.cpp
index 8216f3fd7b7a35625f55bf865971ccdf21718456..e85cbbced9c4af4a546d629a445a70fb361a1697 100644 (file)
@@ -327,7 +327,7 @@ static void test_utils_expand_path(void)
        }
 }
 
-int main(int argc, char **argv)
+int main(void)
 {
        if (prepare_symlink_tree() != 0) {
                goto error_mkdir;
This page took 0.023241 seconds and 4 git commands to generate.