Partial revert of warning cleanup

These warnings are false-positives
This commit is contained in:
2015-09-04 14:24:22 +10:00
parent ef629e0d50
commit 3e63c604e3
12 changed files with 26 additions and 23 deletions

View File

@@ -1579,7 +1579,7 @@ static void curve_select_shortest_path_surf(Nurb *nu, int vert_src, int vert_dst
{
Heap *heap;
int i, vert_curr = 0;
int i, vert_curr;
int totu = nu->pntsu;
int totv = nu->pntsv;