]> git.proxmox.com Git - ovs.git/commitdiff
datapath-windows: Fixed Release broken build.
authorSorin Vinturis <svinturis@cloudbasesolutions.com>
Mon, 24 Nov 2014 16:26:00 +0000 (16:26 +0000)
committerBen Pfaff <blp@nicira.com>
Tue, 25 Nov 2014 16:47:13 +0000 (08:47 -0800)
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 <svinturis@cloudbasesolutions.com>
Acked-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com>
datapath-windows/ovsext/Datapath.c

index a4e63aa371ab3f923fac369e94081e0dac8ede65..f6e6e50085696960f6678e79310e72dba39dbe4a 100644 (file)
@@ -1257,6 +1257,8 @@ HandleDpTransactionCommon(POVS_USER_PARAMS_CONTEXT usrParamsCtx,
     };
     PNL_ATTR dpAttrs[ARRAY_SIZE(ovsDatapathSetPolicy)];
 
+    UNREFERENCED_PARAMETER(msgOut);
+
     /* input buffer has been validated while validating write dev op. */
     ASSERT(msgIn != NULL && usrParamsCtx->inputLength >= sizeof *msgIn);