Quiet warning

This commit is contained in:
Campbell Barton 2014-06-17 02:08:10 +10:00
parent 37fce22201
commit a6e290166b

@ -235,7 +235,7 @@ static void kdtree2d_init(
}
}
BLI_assert(tree->totnode == (node - tree->nodes));
BLI_assert(tree->totnode == (unsigned int)(node - tree->nodes));
}
static unsigned int kdtree2d_balance_recursive(