X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2Funit%2Ftest_utils_expand_path.cpp;h=3cb1a81604c585ae12fe898ebbb0109deffb8586;hb=60f1b42d6280b6bd386abb726dca4fd3b31d8491;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..3cb1a8160 100644 --- a/tests/unit/test_utils_expand_path.cpp +++ b/tests/unit/test_utils_expand_path.cpp @@ -15,8 +15,9 @@ #include -#include -#include +#include +#include +#include /* For error.h */ int lttng_opt_quiet = 1; @@ -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;