Fix Linux build-breaker when ENABLE_ISOBMFF=False and EXIV2_TEAM_WARNINGS_AS_ERRORS=On
This commit is contained in:
parent
fa39234275
commit
f5c6e7595f
@ -53,8 +53,8 @@ namespace Exiv2
|
||||
enabled = enable;
|
||||
return true;
|
||||
#endif//EXV_ENABLE_ISOBMFF
|
||||
return false;
|
||||
enable=false;// unused
|
||||
return enable;
|
||||
}
|
||||
|
||||
BmffImage::BmffImage(BasicIo::AutoPtr io, bool /* create */)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user