Prepare for '-Wunused-parameter'
[lttng-tools.git] / tests / unit / test_utils_expand_path.cpp
index 85c8a54282fc947aa7591c4476368fef62032d3b..e85cbbced9c4af4a546d629a445a70fb361a1697 100644 (file)
@@ -16,6 +16,7 @@
 #include <tap/tap.h>
 
 #include <common/utils.h>
+#include <common/path.h>
 #include <common/common.h>
 
 /* For error.h */
@@ -326,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.023335 seconds and 4 git commands to generate.