8215130: Fix errors in LittleCMS 2.9 reported by GCC 8
Reviewed-by: prr
This commit is contained in:
parent
3fe6276adb
commit
1020cb0ef3
@ -836,7 +836,7 @@ _cmsTRANSFORM* AllocEmptyTransform(cmsContext ContextID, cmsPipeline* lut,
|
||||
|
||||
// Save the day? (Ignore the warning)
|
||||
if (Plugin->OldXform) {
|
||||
p->OldXform = (_cmsTransformFn) p->xform;
|
||||
p->OldXform = (_cmsTransformFn)(void*) p->xform;
|
||||
p->xform = _cmsTransform2toTransformAdaptor;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user