On Wed, Sep 10, 2014 at 12:55:47PM -0700, Gurucharan Shetty wrote:
> The lack of 'const' in function declaration causes MSVC to complain
> because the function definition uses it.
>
> Signed-off-by: Gurucharan Shetty
Acked-by: Ben Pfaff
___
dev mailin
Acked-by: Alin Gabriel Serdean
-Mesaj original-
De la: dev [mailto:dev-boun...@openvswitch.org] În numele Gurucharan Shetty
Trimis: Wednesday, September 10, 2014 10:56 PM
Către: dev@openvswitch.org
Cc: Gurucharan Shetty
Subiect: [ovs-dev] [PATCH 2/3] hash.h: Avoid compiler warnings with
The lack of 'const' in function declaration causes MSVC to complain
because the function definition uses it.
Signed-off-by: Gurucharan Shetty
---
lib/hash.h |5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/lib/hash.h b/lib/hash.h
index f8bbada..6d3affc 100644
--- a/lib