[ovs-dev] [PATCH 3/3] tests: Remove incorrect OVS_UNUSED from declaration.

Jesse Gross jesse at nicira.com
Wed May 26 22:17:45 UTC 2010


The rest of this set looks good.

On Wed, May 26, 2010 at 12:52 PM, Ben Pfaff <blp at nicira.com> wrote:

> ---
>  tests/test-vconn.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/tests/test-vconn.c b/tests/test-vconn.c
> index a394f6c..265bdec 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();
> --
> 1.7.1
>
>
> _______________________________________________
> dev mailing list
> dev at openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev_openvswitch.org
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openvswitch.org/pipermail/ovs-dev/attachments/20100526/9056e965/attachment-0003.html>


More information about the dev mailing list