提交 2e7e40c5 编写于 作者: P P.Y. Laligand 提交者: GitHub

Fix -Wmissing-field-initializer warning on Fuchsia. (#3624)

上级 5757991f
......@@ -393,7 +393,7 @@ void Engine::SetSemanticsEnabled(bool enabled) {
}
void Engine::ConfigureAssetBundle(const std::string& path) {
struct stat stat_result = {0};
struct stat stat_result = {};
directory_asset_bundle_.reset();
// TODO(abarth): We should reset asset_store_ as well, but that might break
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册