提交 6e9ba87a 编写于 作者: D dchuyko

8215130: Fix errors in LittleCMS 2.9 reported by GCC 8

Reviewed-by: prr

--HG--
extra : rebase_source : f87fbf5924564b9c869ff26acf3b15b313844563
上级 10712c97
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册