From c4d848a27abca47d900b934a026f7a900cfe6247 Mon Sep 17 00:00:00 2001 From: Nicholas Hughart Date: Sun, 14 Oct 2012 18:22:15 +0000 Subject: Patch from vtorri - remove unavailable __UNUSED__ - warning-- on Win64 SVN revision: 77968 --- src/bin/evil/evil_test_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bin/evil/evil_test_util.c') diff --git a/src/bin/evil/evil_test_util.c b/src/bin/evil/evil_test_util.c index 6226ceb040..3763f88b64 100644 --- a/src/bin/evil/evil_test_util.c +++ b/src/bin/evil/evil_test_util.c @@ -89,7 +89,7 @@ static int test_path_absolute_test_6(void) } static int -test_path_absolute_run(suite *s __UNUSED__) +test_path_absolute_run(suite *s) { int res; -- cgit v1.2.1