2509: Remove a warning about not used arguments in mln::fill_dispatch.

* mln/extension/fill.hh (mln::fill_dispatch(none, any, I&, const mln_value(I)&)): Here. --- milena/ChangeLog | 7 +++++++ milena/mln/extension/fill.hh | 2 +- 2 files changed, 8 insertions(+), 1 deletions(-) diff --git a/milena/ChangeLog b/milena/ChangeLog index 1775284..1b2d085 100644 --- a/milena/ChangeLog +++ b/milena/ChangeLog @@ -1,5 +1,12 @@ 2008-10-04 Roland Levillain <roland@lrde.epita.fr> + Remove a warning about not used arguments in mln::fill_dispatch. + + * mln/extension/fill.hh + (mln::fill_dispatch(none, any, I&, const mln_value(I)&)): Here. + +2008-10-04 Roland Levillain <roland@lrde.epita.fr> + * mln/core/window.hh: Fix a closing-namespace comment. 2008-10-04 Thierry Geraud <thierry.geraud@lrde.epita.fr> diff --git a/milena/mln/extension/fill.hh b/milena/mln/extension/fill.hh index 0259c5c..54b0619 100644 --- a/milena/mln/extension/fill.hh +++ b/milena/mln/extension/fill.hh @@ -129,7 +129,7 @@ namespace mln template <typename I> void fill_dispatch(mln::trait::image::ext_domain::none, mln::trait::image::ext_io::any, - I& ima, const mln_value(I)& val) + I& /* ima */, const mln_value(I)& /* val */) { // No-op cause no extension domain, no border. } -- 1.6.0.1
participants (1)
-
Roland Levillain