mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
More issues found by static analysis
This commit is contained in:
@@ -175,7 +175,6 @@ std::map<int, ExifEntry_t > ExifReader::getExif()
|
||||
CV_THROW (ExifParsingError());
|
||||
}
|
||||
m_stream.read( reinterpret_cast<char*>(&m_data[0]), exifSize - offsetToTiffHeader );
|
||||
count = m_stream.gcount();
|
||||
exifFound = true;
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user