Fix remaining "void function returning a value" warning by MSVC.
authorGurucharan Shetty <gshetty@nicira.com>
Mon, 15 Sep 2014 17:04:32 +0000 (10:04 -0700)
committerGurucharan Shetty <gshetty@nicira.com>
Mon, 15 Sep 2014 21:55:05 +0000 (14:55 -0700)
commit355ead69010c123475a9d2ade23b1cc667d868cb
tree9288a2af98362a8e2ed51213d9f393fa36804131
parentb816a953da5937a63f8d62af9317b92953d9c24f
Fix remaining "void function returning a value" warning by 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: Ben Pfaff <blp@nicira.com>
lib/ofp-actions.c
ovsdb/query.c