mirror of
https://github.com/opencv/opencv.git
synced 2025-06-07 17:44:04 +08:00
build warning (windows 32-bit)
This commit is contained in:
parent
c131c12fd7
commit
6d81a88288
@ -12,7 +12,7 @@ size_t getFileSize(const string& filename)
|
||||
if (ifs.is_open())
|
||||
{
|
||||
ifs.seekg(0, std::ios::end);
|
||||
return ifs.tellg();
|
||||
return (size_t)ifs.tellg();
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user