jpeg pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=841403e41545a364447aca100c5d16db716fd994

commit 841403e41545a364447aca100c5d16db716fd994
Author: Jean-Philippe Andre <jp.an...@samsung.com>
Date:   Tue Apr 21 20:40:27 2015 +0900

    Ector: More clang silencing
---
 src/lib/ector/software/ector_software_rasterizer.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/ector/software/ector_software_rasterizer.c 
b/src/lib/ector/software/ector_software_rasterizer.c
index 495e50f..2c55565 100644
--- a/src/lib/ector/software/ector_software_rasterizer.c
+++ b/src/lib/ector/software/ector_software_rasterizer.c
@@ -412,7 +412,7 @@ 
ector_software_rasterizer_generate_stroke_rle_data(Software_Rasterizer *rasteriz
    SW_FT_Stroker_ParseOutline(rasterizer->stroker, outline, !closePath);
    SW_FT_Stroker_GetCounts(rasterizer->stroker,&points, &contors);
 
-   SW_FT_Outline strokeOutline = {0};
+   SW_FT_Outline strokeOutline = { 0, 0, NULL, NULL, NULL, 0 };
    strokeOutline.points = (SW_FT_Vector *) calloc(points, 
sizeof(SW_FT_Vector));
    strokeOutline.tags = (char *) calloc(points, sizeof(char));
    strokeOutline.contours = (short *) calloc(contors, sizeof(short));

-- 


Reply via email to