1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

Warning fixes for GCC 4.8.

This commit is contained in:
Alexander Smorkalov
2014-02-18 12:01:01 +04:00
parent e8d26b02ac
commit 4c1ed13846
8 changed files with 24 additions and 13 deletions
+1 -1
View File
@@ -122,7 +122,7 @@ void ArrayTest::get_test_array_types_and_sizes( int /*test_case_idx*/, vector<ve
}
static const int icvTsTypeToDepth[] =
static const unsigned int icvTsTypeToDepth[] =
{
IPL_DEPTH_8U, IPL_DEPTH_8S, IPL_DEPTH_16U, IPL_DEPTH_16S,
IPL_DEPTH_32S, IPL_DEPTH_32F, IPL_DEPTH_64F