You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exiv2::Image::iccProfileDefined() should be const qualified. Exiv2::Image::iccProfile() is const and calling empty() on the return (that is what iccProfileDefined() does) is also const.
Desktop:
Exiv2 version and source: 0.28.5
The text was updated successfully, but these errors were encountered:
Describe the bug
Exiv2::Image::iccProfileDefined()
should beconst
qualified.Exiv2::Image::iccProfile()
isconst
and callingempty()
on the return (that is whaticcProfileDefined()
does) is alsoconst
.Desktop:
The text was updated successfully, but these errors were encountered: