tests: Fix compiler warnings for unused arguments

Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
Simon McVittie
2022-02-19 14:48:59 +00:00
parent d60632db19
commit 3fe7cff04f

View File

@@ -199,8 +199,8 @@ test_has_path_prefix (void)
}
int
main (int argc,
char **argv)
main (int argc UNUSED,
char **argv UNUSED)
{
setvbuf (stdout, NULL, _IONBF, 0);
test_n_elements ();