Partial revert of warning cleanup
These warnings are false-positives
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user