From 83549802652b86003e4c8ff4b312f73a94a0bf60 Mon Sep 17 00:00:00 2001 From: Victor Poughon <victor.poughon@cnes.fr> Date: Thu, 4 Jul 2019 12:06:11 +0200 Subject: [PATCH] BUG: typo --- Modules/Core/PointSet/include/otbPointSetExtractROI.hxx | 2 +- Modules/IO/TestKernel/src/otbTestDriver.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Modules/Core/PointSet/include/otbPointSetExtractROI.hxx b/Modules/Core/PointSet/include/otbPointSetExtractROI.hxx index 901b74930f..30fe8820c9 100644 --- a/Modules/Core/PointSet/include/otbPointSetExtractROI.hxx +++ b/Modules/Core/PointSet/include/otbPointSetExtractROI.hxx @@ -32,7 +32,7 @@ namespace otb */ template <class TInputPointSet, class TOutputPointSet> PointSetExtractROI<TInputPointSet, TOutputPointSet> -::PointSetExtractROI() : m_SizeX(0), m_StartY(0), m_SizeX(0), m_SizeY(0) +::PointSetExtractROI() : m_StartX(0), m_StartY(0), m_SizeX(0), m_SizeY(0) { } diff --git a/Modules/IO/TestKernel/src/otbTestDriver.cxx b/Modules/IO/TestKernel/src/otbTestDriver.cxx index ca202b7031..8939e2cf1f 100644 --- a/Modules/IO/TestKernel/src/otbTestDriver.cxx +++ b/Modules/IO/TestKernel/src/otbTestDriver.cxx @@ -188,7 +188,7 @@ int main(int ac, char* av[]) } // This is a dummy main to be registered as a test for the otbTestMain -int Execute(int argc, char * argv[]) +int Execute(int, char * argv[]) { argv += 1; // Create the appropriate itk process -- GitLab