]> git.proxmox.com Git - ovs.git/commit - lib/hash.h
hash.h: Avoid compiler warnings with MSVC.
authorGurucharan Shetty <gshetty@nicira.com>
Tue, 9 Sep 2014 21:16:16 +0000 (14:16 -0700)
committerGurucharan Shetty <gshetty@nicira.com>
Thu, 11 Sep 2014 20:17:29 +0000 (13:17 -0700)
commit5df26bd0e9c91bccd2e12f84fe08dbe37f8de362
tree47d96c51f63523f7e713d52902c1c666d01078b8
parent2f4aba0ba6172e210511c9f6cafaac3a2366952e
hash.h: Avoid compiler warnings with MSVC.

The lack of 'const' in function declaration causes MSVC to complain
because the function definition uses it.

Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
Acked-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com>
Acked-by: Ben Pfaff <blp@nicira.com>
lib/hash.h