[PATCH 21/22] Avoid a warning about unused variables in mln::border::fill.

* mln/border/fill.hh (fill_dispatch(category::primary, speed::any, I&, const mln_value(I)&)): Here. --- milena/ChangeLog | 8 ++++++++ milena/mln/border/fill.hh | 2 +- 2 files changed, 9 insertions(+), 1 deletions(-) diff --git a/milena/ChangeLog b/milena/ChangeLog index 92cb281..93d5143 100644 --- a/milena/ChangeLog +++ b/milena/ChangeLog @@ -1,5 +1,13 @@ 2009-09-30 Roland Levillain <roland@lrde.epita.fr> + Avoid a warning about unused variables in mln::border::fill. + + * mln/border/fill.hh + (fill_dispatch(category::primary, speed::any, I&, const mln_value(I)&)): + Here. + +2009-09-30 Roland Levillain <roland@lrde.epita.fr> + Generic core dilations and erosions on graphs. * apps/graph-morpho/morpho.hh diff --git a/milena/mln/border/fill.hh b/milena/mln/border/fill.hh index 856b491..6bc690e 100644 --- a/milena/mln/border/fill.hh +++ b/milena/mln/border/fill.hh @@ -166,7 +166,7 @@ namespace mln inline void fill_dispatch(mln::trait::image::category::primary, mln::trait::image::speed::any, - I& ima, const mln_value(I)& v) + I& /* ima */, const mln_value(I)& /* v */) { // No border so no-op. } -- 1.6.3.1
participants (1)
-
Roland Levillain