aboutsummaryrefslogtreecommitdiff
path: root/tests/libfstree/get_path.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libfstree/get_path.c')
-rw-r--r--tests/libfstree/get_path.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/libfstree/get_path.c b/tests/libfstree/get_path.c
index 9bf618b..26dd9ea 100644
--- a/tests/libfstree/get_path.c
+++ b/tests/libfstree/get_path.c
@@ -9,12 +9,13 @@
#include "fstree.h"
#include "../test.h"
-int main(void)
+int main(int argc, char **argv)
{
tree_node_t *a, *b, *c, *d;
struct stat sb;
fstree_t fs;
char *str;
+ (void)argc; (void)argv;
TEST_ASSERT(fstree_init(&fs, NULL) == 0);