X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=tests%2Funit%2Ftest_utils_expand_path.cpp;h=e85cbbced9c4af4a546d629a445a70fb361a1697;hb=f46376a14da2eb796690cb4e718e8b213839d6ea;hp=85c8a54282fc947aa7591c4476368fef62032d3b;hpb=9f4a25d35d037cbb5d8aeb50f9e8fa10748a4d14;p=lttng-tools.git diff --git a/tests/unit/test_utils_expand_path.cpp b/tests/unit/test_utils_expand_path.cpp index 85c8a5428..e85cbbced 100644 --- a/tests/unit/test_utils_expand_path.cpp +++ b/tests/unit/test_utils_expand_path.cpp @@ -16,6 +16,7 @@ #include #include +#include #include /* 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;