mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 08:13:04 +04:00
fixed ~300 warnings under windows (had to hack gtest a bit)
This commit is contained in:
@@ -90,6 +90,9 @@ class AutotunedIndex : public NNIndex<ELEM_TYPE>
|
||||
*/
|
||||
const AutotunedIndexParams& index_params;
|
||||
|
||||
AutotunedIndex& operator=(const AutotunedIndex&);
|
||||
AutotunedIndex(const AutotunedIndex&);
|
||||
|
||||
public:
|
||||
|
||||
AutotunedIndex(const Matrix<ELEM_TYPE>& inputData, const AutotunedIndexParams& params = AutotunedIndexParams() ) :
|
||||
|
||||
@@ -77,7 +77,8 @@ class CompositeIndex : public NNIndex<ELEM_TYPE>
|
||||
|
||||
const IndexParams& index_params;
|
||||
|
||||
|
||||
CompositeIndex& operator=(const CompositeIndex&);
|
||||
CompositeIndex(const CompositeIndex&);
|
||||
public:
|
||||
|
||||
CompositeIndex(const Matrix<ELEM_TYPE>& inputData, const CompositeIndexParams& params = CompositeIndexParams() ) :
|
||||
|
||||
Reference in New Issue
Block a user