Commit fbaec950 by Ian Lance Taylor

Fix location of error about unused import "unsafe".

From-SVN: r179211
parent 8d12174d
......@@ -31,6 +31,7 @@ Gogo::import_unsafe(const std::string& local_name, bool is_local_name_exported,
return;
}
package->set_location(location);
package->set_is_imported();
Bindings* bindings = package->bindings();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment