last-svn-commit-752-g7cb7284 tests/convert/to_qimage_nocopy.cc: Fix a warning.

--- milena/ChangeLog | 4 ++++ milena/tests/convert/to_qimage_nocopy.cc | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/milena/ChangeLog b/milena/ChangeLog index 76cf550..7a28158 100644 --- a/milena/ChangeLog +++ b/milena/ChangeLog @@ -1,3 +1,7 @@ +2011-01-27 Guillaume Lazzara <z@lrde.epita.fr> + + * tests/convert/to_qimage_nocopy.cc: Fix a warning. + 2011-01-20 Guillaume Lazzara <z@lrde.epita.fr> Fix a serious bug with gcc 4.5 and later. diff --git a/milena/tests/convert/to_qimage_nocopy.cc b/milena/tests/convert/to_qimage_nocopy.cc index e2b83cc..506e601 100644 --- a/milena/tests/convert/to_qimage_nocopy.cc +++ b/milena/tests/convert/to_qimage_nocopy.cc @@ -1,4 +1,5 @@ -// Copyright (C) 2010 EPITA Research and Development Laboratory (LRDE) +// Copyright (C) 2010, 2011 EPITA Research and Development Laboratory +// (LRDE) // // This file is part of Olena. // @@ -41,7 +42,7 @@ #include <mln/convert/to_qimage_nocopy.hh> -main() +int main() { using namespace mln; -- 1.5.6.5
participants (1)
-
Guillaume Lazzara