summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2010-05-26 12:52:06 -0700
committerBen Pfaff <blp@nicira.com>2010-05-26 15:24:43 -0700
commita36919566a348427d28dce06b607a3dcfeb64822 (patch)
treef269bb3b29433df781db77c857ec84990fb23b70
parent70d3fbe7658b59bac65f8b4f2ba03602acf7f1c2 (diff)
downloadopenvswitch-a36919566a348427d28dce06b607a3dcfeb64822.tar.gz
tests: Remove incorrect OVS_UNUSED from declaration.
-rw-r--r--tests/test-vconn.c2
1 files changed, 1 insertions, 1 deletions
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();