Ector: More clang silencing

This commit is contained in:
Jean-Philippe Andre 2015-04-21 20:40:27 +09:00
parent 6a0d2382f1
commit 841403e415
1 changed files with 1 additions and 1 deletions

View 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));