[ovs-dev] [PATCH 2/4] Fix remaining "void function returning a value" warning by MSVC.

Ben Pfaff blp at nicira.com
Mon Sep 15 18:42:07 UTC 2014


On Mon, Sep 15, 2014 at 10:36:12AM -0700, Gurucharan Shetty wrote:
> MSVC complains about a void function returning a value if there is a
> statement of the form - 'return foo()' even if foo() has a void return
> type.
> 
> Signed-off-by: Gurucharan Shetty <gshetty at nicira.com>

Acked-by: Ben Pfaff <blp at nicira.com>



More information about the dev mailing list