From 3a8db5a9962201305cb443c7b5144be7cbced787 Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Fri, 7 Dec 2018 18:13:58 +0900 Subject: [PATCH] evas json: fix compile warning. The function doesn't have return value. Change-Id: Ia110a46d3b28ed109a024013d2c5ebd139da58d0 --- src/static_libs/vg_common/vg_common_json.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/static_libs/vg_common/vg_common_json.c b/src/static_libs/vg_common/vg_common_json.c index abbd543d79..538862f457 100644 --- a/src/static_libs/vg_common/vg_common_json.c +++ b/src/static_libs/vg_common/vg_common_json.c @@ -172,7 +172,7 @@ _construct_drawable_nodes(Efl_VG *root, const LOTLayerNode *layer, int depth) } } -static Efl_VG * +static void _update_vg_tree(Efl_VG *root, const LOTLayerNode *layer, int depth) { Efl_VG *ptree = NULL; -- 2.34.1