Skip to content

Commit 6d81a88

Browse files
committed
build warning (windows 32-bit)
1 parent c131c12 commit 6d81a88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/imgcodecs/test/test_exr.impl.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ size_t getFileSize(const string& filename)
1212
if (ifs.is_open())
1313
{
1414
ifs.seekg(0, std::ios::end);
15-
return ifs.tellg();
15+
return (size_t)ifs.tellg();
1616
}
1717
return 0;
1818
}

0 commit comments

Comments
 (0)