Index: trunk/src/crosshair.c =================================================================== --- trunk/src/crosshair.c (revision 32162) +++ trunk/src/crosshair.c (revision 32163) @@ -502,7 +502,7 @@ /* modified version: angle keeper; run only on every even call to not mess up the xor */ if (modifier && pcb_crosshair.edit_poly_point_extra.last_active) { - rnd_coord_t ppx, ppy, nnx, nny, ox[2], oy[2]; + rnd_coord_t ppx, ppy, nnx, nny; pcb_crosshair.edit_poly_point_extra.active = 1; pcb_crosshair.edit_poly_point_extra.point[0] = &polygon->Points[prev]; Index: trunk/src/obj_pstk_proto.c =================================================================== --- trunk/src/obj_pstk_proto.c (revision 32162) +++ trunk/src/obj_pstk_proto.c (revision 32163) @@ -1152,7 +1152,7 @@ rnd_polyarea_free(&shp->data.poly.pa); if (is_absolute) { int n; - double maxs2 = 0, s; + double maxs2 = 0; /* determine the max edge center distance from the shape center; this is effectivel the "radius" of the shape measured on sides, not on corners */ for(n = 0; n < shp->data.poly.len; n++) {