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

Ben Pfaff blp at nicira.com
Wed May 26 22:26:25 UTC 2010


Thank you for the reviews.

I pushed this out.

On Wed, May 26, 2010 at 03:17:45PM -0700, Jesse Gross wrote:
> 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
> >




More information about the dev mailing list