jpeg pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=1f943f29e4173910d7be383e511c967343000f3c

commit 1f943f29e4173910d7be383e511c967343000f3c
Author: Jean-Philippe Andre <jp.an...@samsung.com>
Date:   Thu Jun 9 15:23:33 2016 +0900

    Edje: Fix some compilation warnings
---
 src/bin/edje/edje_svg_loader.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/bin/edje/edje_svg_loader.c b/src/bin/edje/edje_svg_loader.c
index 29cd788..18ef8fe 100644
--- a/src/bin/edje/edje_svg_loader.c
+++ b/src/bin/edje/edje_svg_loader.c
@@ -164,6 +164,8 @@ static struct {
 
 _PARSE_TAG(Efl_Gfx_Fill_Rule, fill_rule, fill_rule_tags, 
EFL_GFX_FILL_RULE_WINDING);
 
+#if 0
+// unused at the moment
 /* parse the dash pattern used during stroking a path.
  * Value:   none | <dasharray> | inherit
  * Initial:    none
@@ -207,6 +209,7 @@ _parse_dash_array(const char *str, Efl_Gfx_Dash** dash, int 
*length)
           }
      }
 }
+#endif
 
 static char *
  _id_from_url(const char *url)
@@ -1426,7 +1429,7 @@ EAPI Svg_Node *
 _svg_load(Eina_File *f, const char *key EINA_UNUSED)
 {
    Evas_SVG_Loader loader = {
-     NULL, NULL,NULL,0
+     NULL, NULL, NULL, NULL, 0, EINA_FALSE
    };
    const char *content;
    unsigned int length;

-- 


Reply via email to