Fix compile error on VS2012.

Unused variables (for debug only) give an error.
This commit is contained in:
Jürgen Herrmann
2013-05-16 11:04:01 +00:00
parent 812cd6c75e
commit cd34945792

View File

@@ -251,7 +251,9 @@ static void bm_grid_fill(BMesh *bm,
const int ytot = BM_edgeloop_length_get(estore_rail_a);
//BMVert *v;
int i;
#ifdef DEBUG
int x, y;
#endif
LinkData *el;
bool use_flip = false;