From: Ben Pfaff Date: Wed, 26 May 2010 19:52:06 +0000 (-0700) Subject: tests: Remove incorrect OVS_UNUSED from declaration. X-Git-Tag: v1.0.1~24 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=a36919566a348427d28dce06b607a3dcfeb64822;p=sliver-openvswitch.git tests: Remove incorrect OVS_UNUSED from declaration. --- 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();