From a3a658c034373ef40ec1cedeca147a46a4f1c4a7 Mon Sep 17 00:00:00 2001 From: Andrey Kamaev Date: Fri, 12 Oct 2012 12:19:34 +0400 Subject: [PATCH] Quiet MSVC warning --- modules/ts/src/ts_perf.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/ts/src/ts_perf.cpp b/modules/ts/src/ts_perf.cpp index 117cf08..817b754 100644 --- a/modules/ts/src/ts_perf.cpp +++ b/modules/ts/src/ts_perf.cpp @@ -1262,6 +1262,8 @@ struct KeypointComparator { return cmp(pts_[idx1], pts_[idx2]); } +private: + const KeypointComparator& operator=(const KeypointComparator&); // quiet MSVC }; }//namespace -- 2.7.4