Removed recursion warning in brim

This commit is contained in:
Alessandro Ranellucci 2013-11-24 13:08:13 +01:00
parent 387df3b900
commit 22605418ba

View file

@ -13,6 +13,7 @@ use Slic3r::Geometry qw(scale);
sub traverse_pt {
my ($polynodes) = @_;
no warnings 'recursion';
# use a nearest neighbor search to order these children
# TODO: supply second argument to chained_path_items() too?