On Nov 24, 2014, at 9:01 AM, Sorin Vinturis <[email protected]> wrote:
> The release configurations of the OVSEXT project were not compiling. > This was due to a warning that was treated as error. Fixed that. > > I did not want to remove that variable, because it is used in an > ASSERT in that function. > > Signed-off-by: Sorin Vinturis <[email protected]> > Acked-by: Alin Gabriel Serdean <[email protected]> > --- > datapath-windows/ovsext/Datapath.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/datapath-windows/ovsext/Datapath.c > b/datapath-windows/ovsext/Datapath.c > index 49a0b68..80849a7 100644 > --- a/datapath-windows/ovsext/Datapath.c > +++ b/datapath-windows/ovsext/Datapath.c > @@ -1257,6 +1257,8 @@ HandleDpTransactionCommon(POVS_USER_PARAMS_CONTEXT > usrParamsCtx, > }; > PNL_ATTR dpAttrs[ARRAY_SIZE(ovsDatapathSetPolicy)]; > > + UNREFERENCED_PARAMETER(msgOut); DBG_UNREFERENCED_PARAMETER() is better. LG otherwise. Acked-by: Nithin Raju <[email protected]> _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
