-Werror,-Wshadow

Change-Id: I4893f538911449953fadf4cf10f6adb819bc023f
This commit is contained in:
Stephan Bergmann
2016-03-04 09:35:07 +01:00
parent 9bc10687fc
commit cb859ddcb1

View File

@@ -98,8 +98,8 @@ demo_shader_add_glyph_vertices (const glyphy_point_t &p,
if (extents) {
glyphy_extents_clear (extents);
for (unsigned int i = 0; i < 4; i++) {
glyphy_point_t p = {v[i].x, v[i].y};
glyphy_extents_add (extents, &p);
glyphy_point_t p2 = {v[i].x, v[i].y};
glyphy_extents_add (extents, &p2);
}
}
}