提交 4534fb1c 编写于 作者: R Richard Levitte

Unless we cast, thorough compilers will complain

上级 362f2b69
......@@ -340,7 +340,7 @@ static void *vms_bind_var(DSO *dso, const char *symname)
static DSO_FUNC_TYPE vms_bind_func(DSO *dso, const char *symname)
{
DSO_FUNC_TYPE sym = 0;
vms_bind_sym(dso, symname, &sym);
vms_bind_sym(dso, symname, (void **)&sym);
return sym;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册