mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
Fixed several warnings produced by clang 6 and static analyzers
This commit is contained in:
@@ -480,7 +480,6 @@ uint32_t ExifReader::getU32(const size_t offset) const
|
||||
*/
|
||||
u_rational_t ExifReader::getURational(const size_t offset) const
|
||||
{
|
||||
u_rational_t result;
|
||||
uint32_t numerator = getU32( offset );
|
||||
uint32_t denominator = getU32( offset + 4 );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user