diff --git a/Code/IO/otbCurlHelper.cxx b/Code/IO/otbCurlHelper.cxx index c6abc7a991fa9c280aa245e550a3b6139d541ccb..890244431e7f2a753c7ffac440dd885424e8e7ce 100644 --- a/Code/IO/otbCurlHelper.cxx +++ b/Code/IO/otbCurlHelper.cxx @@ -219,7 +219,7 @@ int CurlHelper::RetrieveFileMulti(const std::vector<std::string>& listURLs, while ( CURLM_CALL_MULTI_PERFORM == curl_multi_perform(multiHandle, &lStillRunning) ) - ; + ; break; } } diff --git a/Code/ObjectDetection/otbDescriptorsListSampleGenerator.txx b/Code/ObjectDetection/otbDescriptorsListSampleGenerator.txx index 9888ba6d1aae5b9a9a5909988380b20b5efbe2d4..41bbccd30af2e1995946aa3d62878422978a0906 100644 --- a/Code/ObjectDetection/otbDescriptorsListSampleGenerator.txx +++ b/Code/ObjectDetection/otbDescriptorsListSampleGenerator.txx @@ -336,7 +336,6 @@ PersistentDescriptorsListSampleGenerator<TInputImage,TVectorData,TFunctionType,T - template <class TInputImage, class TVectorData, class TListSample, class TLabelListSample, class TOutputPrecision, class TCoordRep> DescriptorsListSampleGenerator<TInputImage,TVectorData,TListSample,TLabelListSample,TOutputPrecision,TCoordRep> ::DescriptorsListSampleGenerator() diff --git a/Code/ObjectDetection/otbObjectDetectionClassifier.txx b/Code/ObjectDetection/otbObjectDetectionClassifier.txx index 6dda0fa53e0e1df9b9aa6aa768c8daa76d2e6ab4..41d1ab5f4e200afeeb567f56ebfce0578c7e9a7a 100644 --- a/Code/ObjectDetection/otbObjectDetectionClassifier.txx +++ b/Code/ObjectDetection/otbObjectDetectionClassifier.txx @@ -283,7 +283,6 @@ PersistentObjectDetectionClassifier<TInputImage,TOutputVectorData,TLabel,TFuncti - template <class TInputImage, class TOutputVectorData, class TLabel, class TFunctionPrecision, class TCoordRep> ObjectDetectionClassifier<TInputImage,TOutputVectorData,TLabel,TFunctionPrecision,TCoordRep> ::ObjectDetectionClassifier() diff --git a/Code/ObjectDetection/otbStatisticsXMLFileReader.txx b/Code/ObjectDetection/otbStatisticsXMLFileReader.txx index f3e9a70177fc3b1e857eef79e88794d0d736b1fc..c4a2161f48f85b332878fd178493576f4fd72d48 100644 --- a/Code/ObjectDetection/otbStatisticsXMLFileReader.txx +++ b/Code/ObjectDetection/otbStatisticsXMLFileReader.txx @@ -131,7 +131,6 @@ StatisticsXMLFileReader<TMeasurementVector> } - template < class TMeasurementVector > void StatisticsXMLFileReader<TMeasurementVector> diff --git a/Code/Radiometry/otbSarParametricMapFunction.txx b/Code/Radiometry/otbSarParametricMapFunction.txx index 1206a2a1c407d28bfda059621798baa9f28cc9e2..d8f82835eb59c2394609d9d9bd0122b21de1f5b3 100644 --- a/Code/Radiometry/otbSarParametricMapFunction.txx +++ b/Code/Radiometry/otbSarParametricMapFunction.txx @@ -140,7 +140,7 @@ SarParametricMapFunction<TInputImage, TCoordRep> } else { - m_ProductHeight = this->GetInputImage()->GetLargestPossibleRegion().GetSize()[0] ; + m_ProductHeight = this->GetInputImage()->GetLargestPossibleRegion().GetSize()[0]; m_ProductWidth = this->GetInputImage()->GetLargestPossibleRegion().GetSize()[1]; }