
--- milena/ChangeLog | 4 ++++ milena/mln/util/ztree_of_shapes.hh | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-) diff --git a/milena/ChangeLog b/milena/ChangeLog index f6fc620..20dff54 100644 --- a/milena/ChangeLog +++ b/milena/ChangeLog @@ -1,3 +1,7 @@ +2013-02-12 Guillaume Lazzara <z@lrde.epita.fr> + + * mln/util/ztree_of_shapes.hh: Fix warnings. + 2013-02-11 Guillaume Lazzara <z@lrde.epita.fr> * mln/world/kn/compute_tree_of_shapes.hh: Do not use random diff --git a/milena/mln/util/ztree_of_shapes.hh b/milena/mln/util/ztree_of_shapes.hh index 641f0fc..7e8ddeb 100644 --- a/milena/mln/util/ztree_of_shapes.hh +++ b/milena/mln/util/ztree_of_shapes.hh @@ -400,7 +400,7 @@ namespace mln // debug::println(parent_); # endif // ! RELEASE - for (int i = 0; i < tree.R.size(); ++i) + for (unsigned i = 0; i < tree.R.size(); ++i) R.push_back(offset_of(tree.R[i])); // Initialize R0, 0-representative faces and R01 representative -- 1.7.2.5