From a36919566a348427d28dce06b607a3dcfeb64822 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Wed, 26 May 2010 12:52:06 -0700 Subject: [PATCH] tests: Remove incorrect OVS_UNUSED from declaration. --- tests/test-vconn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test-vconn.c b/tests/test-vconn.c index a394f6cfb..265bdecb5 100644 --- a/tests/test-vconn.c +++ b/tests/test-vconn.c @@ -396,7 +396,7 @@ static const struct command commands[] = { }; int -main(int argc OVS_UNUSED, char *argv[]) +main(int argc, char *argv[]) { set_program_name(argv[0]); time_init(); -- 2.43.0