From 349a9fac86b2cb9787bac728d43b26b3444dd58b Mon Sep 17 00:00:00 2001 From: Alexey Spizhevoy Date: Tue, 7 Dec 2010 07:16:13 +0000 Subject: [PATCH] fixed compile-time warning under g++ --- modules/gpu/src/mssegmentation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gpu/src/mssegmentation.cpp b/modules/gpu/src/mssegmentation.cpp index 3c234a87a1..5c38e70f12 100644 --- a/modules/gpu/src/mssegmentation.cpp +++ b/modules/gpu/src/mssegmentation.cpp @@ -386,4 +386,4 @@ void cv::gpu::meanShiftSegmentation(const GpuMat& src, Mat& dst, int sp, int sr, } } -#endif // #if !defined (HAVE_CUDA) \ No newline at end of file +#endif // #if !defined (HAVE_CUDA)