On Thu, Apr 21, 2016 at 10:44:26PM -0700, Sairam Venugopal wrote:
> Add braces around the if condition to prevent Visual Studio from giving
> the "error C2275: illegal use of this type as an expresion". This happens
> when a variable is declared after a block. This error occurs on certain
> version
Acked-by: Nithin Raju
-Original Message-
From: dev on behalf of Sairam Venugopal
Date: Thursday, April 21, 2016 at 10:44 PM
To: "dev@openvswitch.org"
Subject: [ovs-dev] [PATCH] datapath-windows: Add paranthesis to fix
error C2275
>Add braces around the if conditi
Add braces around the if condition to prevent Visual Studio from giving
the "error C2275: illegal use of this type as an expresion". This happens
when a variable is declared after a block. This error occurs on certain
versions of compilers.
Signed-off-by: Sairam Venugopal
---
datapath-windows/ov