Fix compilation, ifdef test_file just in case it is useful for later.

This commit is contained in:
Antony Riakiotakis 2013-04-13 14:05:31 +00:00
parent 84071fbf0a
commit 9e8047d37b

@ -1196,10 +1196,13 @@ static int set_addons(int argc, const char **argv, void *data)
}
}
static int test_file(int UNUSED(argc), const char **argv, void *data)
#if 0
static int test_file(int UNUSED(argc), const char **argv, void *UNUSED(data))
{
printf("path is %s\n", argv[0]);
return 1;
}
#endif
static int load_file(int UNUSED(argc), const char **argv, void *data)
{