ovs-ofctl: Workaround a compiler warning on MSVC.
authorGurucharan Shetty <gshetty@nicira.com>
Tue, 9 Sep 2014 21:12:57 +0000 (14:12 -0700)
committerGurucharan Shetty <gshetty@nicira.com>
Thu, 11 Sep 2014 20:16:07 +0000 (13:16 -0700)
commit2f4aba0ba6172e210511c9f6cafaac3a2366952e
treee7cae6fc1e4915d925d323863989d598aa373ccf
parentecc3c395b5a60af466e573ad8e53619f8d2eec76
ovs-ofctl: Workaround a compiler warning on MSVC.

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@nicira.com>
Acked-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com>
Acked-by: Ben Pfaff <blp@nicira.com>
utilities/ovs-ofctl.c