提交 130aecef 编写于 作者: J James Robinson 提交者: GitHub

[content_handler] Silence mx::object::get_address() deprecation warning (#3854)

上级 f02133b5
......@@ -37,7 +37,7 @@ bool WaitForFirstDisplayDriver() {
wd.options = 0;
mx::channel watcher;
mx_status_t status = mx_channel_create(0, &wd.channel, watcher.get_address());
mx_status_t status = mx_channel_create(0, &wd.channel, watcher.reset_and_get_address());
if (status != MX_OK) {
FTL_DLOG(ERROR) << "Failed to create channel";
return false;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册