X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2Funit%2Ftest_utils_expand_path.cpp;h=3cb1a81604c585ae12fe898ebbb0109deffb8586;hb=c9e313bc594f40a86eed237dce222c0fc99c957f;hp=8216f3fd7b7a35625f55bf865971ccdf21718456;hpb=4971b7f0243bd3a7a661bcf1cfe95f0f8014b59b;p=lttng-tools.git diff --git a/tests/unit/test_utils_expand_path.cpp b/tests/unit/test_utils_expand_path.cpp index 8216f3fd7..3cb1a8160 100644 --- a/tests/unit/test_utils_expand_path.cpp +++ b/tests/unit/test_utils_expand_path.cpp @@ -15,9 +15,9 @@ #include -#include -#include -#include +#include +#include +#include /* For error.h */ int lttng_opt_quiet = 1; @@ -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;