Ector: More clang silencing
authorJean-Philippe Andre <jp.andre@samsung.com>
Tue, 21 Apr 2015 11:40:27 +0000 (20:40 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Tue, 21 Apr 2015 11:40:27 +0000 (20:40 +0900)
src/lib/ector/software/ector_software_rasterizer.c

index 495e50f..2c55565 100644 (file)
@@ -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));